From 0ae607a83277691b19046f74c7d485d292e10b62 Mon Sep 17 00:00:00 2001 From: doitux Date: Fri, 24 Aug 2007 13:37:45 +0000 Subject: [PATCH] timeout animation not blanked bugfix --- src/gui/qt/mainwindow/mainwindowimpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/qt/mainwindow/mainwindowimpl.cpp b/src/gui/qt/mainwindow/mainwindowimpl.cpp index 79d98b29..f2fe0909 100755 --- a/src/gui/qt/mainwindow/mainwindowimpl.cpp +++ b/src/gui/qt/mainwindow/mainwindowimpl.cpp @@ -2306,6 +2306,7 @@ void mainWindowImpl::nextRoundCleanGui() { boardCardsArray[i]->setPixmap(onePix, FALSE); boardCardsArray[i]->setFadeOutAction(FALSE); boardCardsArray[i]->stopFlipCardsAnimation(); + setLabelArray[i]->stopTimeOutAnimation(); } for (i=0; i