This commit is contained in:
doitux
2007-09-30 00:56:43 +00:00
parent 20df461ab6
commit 2cc4b22d72
+2 -2
View File
@@ -1247,7 +1247,7 @@ void mainWindowImpl::refreshButton() {
if( currentHand->getActivePlayerList()->size() > 2 ) {
switch ( (*it_c)->getMyButton() ) {
case 1 : buttonLabelArray[(*it_c)->getMyButton()]->setPixmap(dealerButton);
case 1 : buttonLabelArray[(*it_c)->getMyID()]->setPixmap(dealerButton);
break;
case 2 : {
if ( myConfig->readConfigInt("ShowBlindButtons")) buttonLabelArray[(*it_c)->getMyID()]->setPixmap(smallblindButton);
@@ -1266,7 +1266,7 @@ void mainWindowImpl::refreshButton() {
else {
switch ((*it_c)->getMyButton()) {
case 2 : buttonLabelArray[i]->setPixmap(dealerButton);
case 2 : buttonLabelArray[(*it_c)->getMyID()]->setPixmap(dealerButton);
break;
case 3 : {
if (myConfig->readConfigInt("ShowBlindButtons")) buttonLabelArray[(*it_c)->getMyID()]->setPixmap(bigblindButton);