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:
Sergey Starosek 2014-07-16 13:09:14 +04:00 committed by Dirk Hohndel
parent b87a602265
commit 42e8e6406b

View file

@ -222,6 +222,7 @@ void MainWindow::cleanUpEmpty()
ui.globe->reload();
if (!existing_filename)
setTitle(MWTF_DEFAULT);
disableDcShortcuts();
}
void MainWindow::setToolButtonsEnabled(bool enabled)