mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 02:53:43 +02:00
have show DS connect refresh existing dialog
This commit is contained in:
parent
7f86ca3f10
commit
5749fefcd5
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ void DialogsManager::showDomainConnectionDialog() {
|
|||
// if the dialog already exists we delete it so the connection data is refreshed
|
||||
if (_domainConnectionDialog) {
|
||||
_domainConnectionDialog->close();
|
||||
_domainConnectionDialog->deleteLater();
|
||||
_domainConnectionDialog = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue