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

Zoom palette is on top now.

preferencesAboutTextFull
Aleksei Kanash 13 years ago
parent 16a9d0d7d0
commit 1e93409dcf
  1. 2
      src/board/UBBoardPaletteManager.cpp
  2. 1
      src/gui/UBZoomPalette.cpp

@ -269,6 +269,8 @@ void UBBoardPaletteManager::setupPalettes()
mZoomPalette = new UBZoomPalette(mContainer);
mStylusPalette->stackUnder(mZoomPalette);
QList<QAction*> backgroundsActions;
backgroundsActions << UBApplication::mainWindow->actionPlainLightBackground;

@ -109,5 +109,6 @@ void UBZoomPalette::refreshPalette()
else
{
show();
raise();
}
}

Loading…
Cancel
Save