Zoom palette is on top now.

preferencesAboutTextFull
Aleksei Kanash 12 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