qslider stylesheet patch for qt-4.7

This commit is contained in:
doitux
2010-09-22 09:46:34 +00:00
parent 320741970d
commit 141206cf46
3 changed files with 10 additions and 2 deletions
+6 -1
View File
@@ -2259,7 +2259,12 @@ void gameTableImpl::postRiverRunAnimation5() {
void gameTableImpl::postRiverRunAnimation6() {
// int i;
//GUI HACK show every nick label
int i;
for (i=0; i<MAX_NUMBER_OF_PLAYERS; i++) {
playerNameLabelArray[i]->show();
}
HandInterface *currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand();
refreshCash();