diff options
author | Samuel Mannehed <samuel@cendio.se> | 2021-10-06 10:44:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 10:44:39 +0200 |
commit | ab8aa4634efc4935d9ff1df85105ea76bfdff5be (patch) | |
tree | 4dc82ab0b58d7d23bfbc322547e180e5edae0a2d /vncviewer/ServerDialog.cxx | |
parent | 5804afa13b8c9774e0d9836dbf185afb86c4e705 (diff) | |
parent | 86ffb61a3bf220eb60b9b3cb25e5dd90c2e2b18c (diff) | |
download | tigervnc-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.cxx | 2 |
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(); } |