mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:33:24 +00:00
Disable DC shortcuts on closing data file
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b87a602265
commit
42e8e6406b
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ void MainWindow::cleanUpEmpty()
|
|||
ui.globe->reload();
|
||||
if (!existing_filename)
|
||||
setTitle(MWTF_DEFAULT);
|
||||
disableDcShortcuts();
|
||||
}
|
||||
|
||||
void MainWindow::setToolButtonsEnabled(bool enabled)
|
||||
|
|
Loading…
Add table
Reference in a new issue