fixes "leavegame-button accidentally disabled" and "preactions shows

during autofold"
This commit is contained in:
doitux
2011-12-29 22:43:42 +00:00
parent d12ee37bac
commit d08352dd72
2 changed files with 3 additions and 1 deletions
@@ -1384,6 +1384,8 @@ void gameLobbyDialogImpl::closeEvent(QCloseEvent *event)
waitStartGameMsgBoxTimer->stop();
waitStartGameMsgBox->hide();
waitRejoinStartGameMsgBox->hide();
//enable leave button again - it was disabled during waitxyzMsgBoxes
pushButton_Leave->setEnabled(true);
}