aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/ServerDialog.cxx
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2021-10-06 10:44:39 +0200
committerGitHub <noreply@github.com>2021-10-06 10:44:39 +0200
commitab8aa4634efc4935d9ff1df85105ea76bfdff5be (patch)
tree4dc82ab0b58d7d23bfbc322547e180e5edae0a2d /vncviewer/ServerDialog.cxx
parent5804afa13b8c9774e0d9836dbf185afb86c4e705 (diff)
parent86ffb61a3bf220eb60b9b3cb25e5dd90c2e2b18c (diff)
downloadtigervnc-ab8aa4634efc4935d9ff1df85105ea76bfdff5be.tar.gz
tigervnc-ab8aa4634efc4935d9ff1df85105ea76bfdff5be.zip
Merge pull request #1350 from samhed/serverdialogmodal
Remove modal property from ServerDialog
Diffstat (limited to 'vncviewer/ServerDialog.cxx')
-rw-r--r--vncviewer/ServerDialog.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vncviewer/ServerDialog.cxx b/vncviewer/ServerDialog.cxx
index 56933591..37fffc1c 100644
--- a/vncviewer/ServerDialog.cxx
+++ b/vncviewer/ServerDialog.cxx
@@ -114,8 +114,6 @@ ServerDialog::ServerDialog()
button->callback(this->handleConnect, this);
callback(this->handleCancel, this);
-
- set_modal();
}