Merge branch 'master' of github.com:Sankore/Sankore-3.1

preferencesAboutTextFull
Claudio Valerio 13 years ago
commit a9c60a233f
  1. 7
      src/desktop/UBDesktopAnnotationController.cpp

@ -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
} }
} }

Loading…
Cancel
Save