Commit 1e93409d authored by Aleksei Kanash's avatar Aleksei Kanash

Zoom palette is on top now.

parent 16a9d0d7
...@@ -269,6 +269,8 @@ void UBBoardPaletteManager::setupPalettes() ...@@ -269,6 +269,8 @@ void UBBoardPaletteManager::setupPalettes()
mZoomPalette = new UBZoomPalette(mContainer); mZoomPalette = new UBZoomPalette(mContainer);
mStylusPalette->stackUnder(mZoomPalette);
QList<QAction*> backgroundsActions; QList<QAction*> backgroundsActions;
backgroundsActions << UBApplication::mainWindow->actionPlainLightBackground; backgroundsActions << UBApplication::mainWindow->actionPlainLightBackground;
......
...@@ -109,5 +109,6 @@ void UBZoomPalette::refreshPalette() ...@@ -109,5 +109,6 @@ void UBZoomPalette::refreshPalette()
else else
{ {
show(); show();
raise();
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment