|
|
|
@ -658,6 +658,7 @@ void UBDesktopAnnotationController::selectorActionPressed() |
|
|
|
|
|
|
|
|
|
void UBDesktopAnnotationController::selectorActionReleased() |
|
|
|
|
{ |
|
|
|
|
UBApplication::mainWindow->actionSelector->setChecked(true); |
|
|
|
|
switchCursor(UBStylusTool::Selector); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -669,6 +670,7 @@ void UBDesktopAnnotationController::pointerActionPressed() |
|
|
|
|
|
|
|
|
|
void UBDesktopAnnotationController::pointerActionReleased() |
|
|
|
|
{ |
|
|
|
|
UBApplication::mainWindow->actionPointer->setChecked(true); |
|
|
|
|
switchCursor(UBStylusTool::Pointer); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|