Correctly sets the 'enabled' flag on the picture button
Forgot to add this one, oops. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
503a150af0
commit
dd94831d90
@ -241,6 +241,7 @@ void MainWindow::setToolButtonsEnabled(bool enabled)
|
||||
ui.profRuler->setEnabled(enabled);
|
||||
ui.profScaled->setEnabled(enabled);
|
||||
ui.profHR->setEnabled(enabled);
|
||||
ui.profTogglePicture->setEnabled(enabled);
|
||||
}
|
||||
|
||||
bool MainWindow::okToClose(QString message)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user