- BUGFIX: Fixed possible problem when closing to systray and cancelling app exit

( closes #173832)
This commit is contained in:
Christophe Dumez
2007-12-04 12:07:00 +00:00
parent 9ee9c7d362
commit 940a8b28e4
2 changed files with 2 additions and 0 deletions

View File

@@ -467,6 +467,7 @@ void GUI::closeEvent(QCloseEvent *e) {
tr("&Yes"), tr("&No"),
QString(), 0, 1)) {
e->ignore();
force_exit = false;
return;
}
}