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