|
|
@ -371,6 +371,7 @@ void UBApplicationController::showBoard() |
|
|
|
|
|
|
|
|
|
|
|
mIsShowingDesktop = false; |
|
|
|
mIsShowingDesktop = false; |
|
|
|
UBPlatformUtils::setDesktopMode(false); |
|
|
|
UBPlatformUtils::setDesktopMode(false); |
|
|
|
|
|
|
|
UBDrawingController::drawingController()->setInDesktopMode(false); |
|
|
|
|
|
|
|
|
|
|
|
mUninoteController->hideWindow(); |
|
|
|
mUninoteController->hideWindow(); |
|
|
|
|
|
|
|
|
|
|
@ -473,7 +474,7 @@ void UBApplicationController::showDesktop(bool dontSwitchFrontProcess) |
|
|
|
UBPlatformUtils::bringPreviousProcessToFront(); |
|
|
|
UBPlatformUtils::bringPreviousProcessToFront(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
UBDrawingController::drawingController()->setInDestopMode(true); |
|
|
|
UBDrawingController::drawingController()->setInDesktopMode(true); |
|
|
|
UBDrawingController::drawingController()->setStylusTool(UBStylusTool::Selector); |
|
|
|
UBDrawingController::drawingController()->setStylusTool(UBStylusTool::Selector); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|