blinking startbutton fix
This commit is contained in:
@@ -155,6 +155,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pushButton_StartGame">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Start Game</string>
|
||||
</property>
|
||||
|
||||
@@ -192,7 +192,6 @@ void gameLobbyDialogImpl::joinGame()
|
||||
{
|
||||
unsigned gameId = selection->selectedRows().first().data(Qt::UserRole).toUInt();
|
||||
myCurrentGameId = gameId;
|
||||
qDebug() << "joined game: " << myCurrentGameId;
|
||||
GameInfo info(mySession->getClientGameInfo(gameId));
|
||||
bool ok = true;
|
||||
QString password;
|
||||
|
||||
Reference in New Issue
Block a user