Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/48f1861eff54f6e6dc899a4459d1d54db05cdecf?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Set keyboard parent for any os but Mac

preferencesAboutTextFull
SnowLeo 14 years ago
parent 59ae73c06e
commit 48f1861eff
  1. 4
      src/board/UBBoardPaletteManager.cpp

@ -132,7 +132,9 @@ void UBBoardPaletteManager::setupPalettes()
if (UBPlatformUtils::hasVirtualKeyboard()) if (UBPlatformUtils::hasVirtualKeyboard())
{ {
mKeyboardPalette = UBKeyboardPalette::create(0); mKeyboardPalette = UBKeyboardPalette::create(0);
//mKeyboardPalette->setParent(mContainer); #ifndef Q_WS_MAC
mKeyboardPalette->setParent(mContainer);
#endif
} }
mZoomPalette = new UBZoomPalette(mContainer); mZoomPalette = new UBZoomPalette(mContainer);

Loading…
Cancel
Save