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:
Tomaz Canabrava 2014-07-10 13:53:06 -03:00 committed by Dirk Hohndel
parent 503a150af0
commit dd94831d90

View file

@ -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)