mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 02:33:23 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue