timeout animation not blanked bugfix
This commit is contained in:
@@ -2306,6 +2306,7 @@ void mainWindowImpl::nextRoundCleanGui() {
|
|||||||
boardCardsArray[i]->setPixmap(onePix, FALSE);
|
boardCardsArray[i]->setPixmap(onePix, FALSE);
|
||||||
boardCardsArray[i]->setFadeOutAction(FALSE);
|
boardCardsArray[i]->setFadeOutAction(FALSE);
|
||||||
boardCardsArray[i]->stopFlipCardsAnimation();
|
boardCardsArray[i]->stopFlipCardsAnimation();
|
||||||
|
setLabelArray[i]->stopTimeOutAnimation();
|
||||||
|
|
||||||
}
|
}
|
||||||
for (i=0; i<MAX_NUMBER_OF_PLAYERS; i++ ) {
|
for (i=0; i<MAX_NUMBER_OF_PLAYERS; i++ ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user