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