rejoin lobby after missing game fix
This commit is contained in:
@@ -518,6 +518,9 @@ void gameLobbyDialogImpl::clearDialog()
|
|||||||
label_TimeoutForPlayerAction->setText("");
|
label_TimeoutForPlayerAction->setText("");
|
||||||
|
|
||||||
myGameListModel->clear();
|
myGameListModel->clear();
|
||||||
|
myGameListSelectionModel->clear();
|
||||||
|
myGameListSelectionModel->clearSelection();
|
||||||
|
myGameListSortFilterProxyModel->clear();
|
||||||
treeView_GameList->show();
|
treeView_GameList->show();
|
||||||
treeWidget_connectedPlayers->clear();
|
treeWidget_connectedPlayers->clear();
|
||||||
|
|
||||||
|
|||||||
@@ -518,6 +518,7 @@ void startWindowImpl::showLobbyDialog()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
myGameLobbyDialog->clearDialog();
|
||||||
mySession->terminateNetworkClient();
|
mySession->terminateNetworkClient();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user