Cosmetic changes

This commit is contained in:
baydam
2016-10-28 09:10:35 +00:00
parent 6178b9a7c4
commit 9d4a21fc7d
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -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);