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

Sankore-969 Desktop mode bug

preferencesAboutTextFull
Ilia Ryabokon 13 years ago
parent 7c24a6a0e3
commit 2fdc027a8d
  1. 5
      src/board/UBBoardPaletteManager.cpp

@ -704,8 +704,9 @@ void UBBoardPaletteManager::changeMode(eUBDockPaletteWidgetMode newMode, bool is
mAddItemPalette->setParent((QWidget*)UBApplication::applicationController->uninotesController()->drawingView());
mLeftPalette->assignParent((QWidget*)UBApplication::applicationController->uninotesController()->drawingView());
mRightPalette->assignParent((QWidget*)UBApplication::applicationController->uninotesController()->drawingView());
mRightPalette->lower();
mLeftPalette->lower();
// Maybe threre is a reason to keep that functions but with them right palette in desktop mode is not interactable
// mRightPalette->lower();
// mLeftPalette->lower();
if (UBPlatformUtils::hasVirtualKeyboard() && mKeyboardPalette != NULL)
{

Loading…
Cancel
Save