Show in-edit-mode warning when database is locked.

This commit is contained in:
Felix Geyer 2014-05-15 22:51:13 +02:00
parent 50cbd80925
commit cda5e990ac
3 changed files with 17 additions and 3 deletions

View file

@ -189,7 +189,7 @@ bool DatabaseTabWidget::closeDatabase(Database* db)
if (dbName.right(1) == "*") {
dbName.chop(1);
}
if (dbStruct.dbWidget->currentMode() == DatabaseWidget::EditMode && db->hasKey()) {
if (dbStruct.dbWidget->isInEditMode() && db->hasKey()) {
QMessageBox::StandardButton result =
MessageBox::question(
this, tr("Close?"),