gui fixes
This commit is contained in:
@@ -1920,7 +1920,7 @@ void mainWindowImpl::provideMyActions() {
|
||||
pushButton_Fold->setText(pushButtonFoldString);
|
||||
pushButton_BetRaise->setText(pushButtonBetRaiseString);
|
||||
pushButton_CallCheck->setText(pushButtonCallCheckString);
|
||||
|
||||
pushButton_AllIn->setText("All-In");
|
||||
|
||||
myBetRaise();
|
||||
}
|
||||
@@ -3499,6 +3499,8 @@ void mainWindowImpl::localGameModification() {
|
||||
setLabelArray[i]->stopTimeOutAnimation();
|
||||
}
|
||||
|
||||
pushButton_break->show();
|
||||
|
||||
//Set the playing mode to "manual"
|
||||
radioButton_manualAction->click();
|
||||
|
||||
@@ -3512,6 +3514,8 @@ void mainWindowImpl::networkGameModification() {
|
||||
tabWidget_Left->setCurrentIndex(1);
|
||||
myChat->clearNewGame();
|
||||
|
||||
pushButton_break->hide();
|
||||
|
||||
//Set the playing mode to "manual"
|
||||
radioButton_manualAction->click();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user