mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Cosmetic changes
This commit is contained in:
+1
-1
@@ -1778,7 +1778,7 @@ void MainWindow::createActions()
|
||||
addAction(displayControlsAction);
|
||||
// Manage show/hide of canvas controls.
|
||||
connect(displayControlsAction, SIGNAL(toggled(bool)), this, SLOT(enableDisplayControls(bool)));
|
||||
connect(displayControlsAction, SIGNAL(toggled(bool)), outputWindow, SLOT(setDisplayCrosshair(bool)));
|
||||
connect(displayControlsAction, SIGNAL(toggled(bool)), outputWindow, SLOT(setCanvasDisplayCrosshair(bool)));
|
||||
|
||||
// Toggle display of canvas controls.
|
||||
displayPaintControlsAction = new QAction(tr("&Display Controls of Mappings of a Paint"), this);
|
||||
|
||||
Reference in New Issue
Block a user