remove isVisible check for "wait for next hand to rejoin" msg
This commit is contained in:
@@ -402,7 +402,7 @@ void gameLobbyDialogImpl::refresh(int actionID)
|
|||||||
} else if(actionID == MSG_NET_GAME_CLIENT_SYNCSTART) {
|
} else if(actionID == MSG_NET_GAME_CLIENT_SYNCSTART) {
|
||||||
waitStartGameMsgBoxTimer->start(2000);
|
waitStartGameMsgBoxTimer->start(2000);
|
||||||
} else if(actionID == MSG_NET_GAME_CLIENT_SYNCREJOIN) {
|
} else if(actionID == MSG_NET_GAME_CLIENT_SYNCREJOIN) {
|
||||||
if(this->isVisible()) {
|
// if(this->isVisible()) { //TODO <-- does it work without isVisible???
|
||||||
//break the autoStartTimer animation
|
//break the autoStartTimer animation
|
||||||
autoStartTimer->stop();
|
autoStartTimer->stop();
|
||||||
autoStartTimerOverlay->hide();
|
autoStartTimerOverlay->hide();
|
||||||
@@ -411,7 +411,7 @@ void gameLobbyDialogImpl::refresh(int actionID)
|
|||||||
waitRejoinStartGameMsgBox->raise();
|
waitRejoinStartGameMsgBox->raise();
|
||||||
waitRejoinStartGameMsgBox->activateWindow();
|
waitRejoinStartGameMsgBox->activateWindow();
|
||||||
pushButton_Leave->setDisabled(true);
|
pushButton_Leave->setDisabled(true);
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user