Commit 35f590d4 authored by Anatoly Mihalchenko's avatar Anatoly Mihalchenko

virtual keyboard

parent 21d8a69a
...@@ -176,8 +176,11 @@ void UBDesktopAnnotationController::showKeyboard(bool show) ...@@ -176,8 +176,11 @@ void UBDesktopAnnotationController::showKeyboard(bool show)
if(show) if(show)
UBDrawingController::drawingController()->setStylusTool(UBStylusTool::Selector); UBDrawingController::drawingController()->setStylusTool(UBStylusTool::Selector);
mKeyboardPalette->setVisible(show); mKeyboardPalette->setVisible(show);
updateMask(true);
// mDesktopPalette->showVirtualKeyboard(show); #ifdef Q_WS_X11
updateMask(true);
#endif
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment