mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-10 09:40:41 +02:00
Fix: #199 zoom toolbar moved into the visible area
This commit is contained in:
@@ -2524,8 +2524,8 @@ void MainWindow::updateCanvases()
|
||||
outputWindow->getCanvas()->update();
|
||||
|
||||
// Update position of zoom toolbar
|
||||
sourceCanvas->moveZoomToolbar(canvasSplitter->widget(0)->rect());
|
||||
destinationCanvas->moveZoomToolbar(canvasSplitter->widget(1)->rect());
|
||||
sourceCanvas->updateZoomToolbar();
|
||||
destinationCanvas->updateZoomToolbar();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user