dbaccess/uiconfig/ui/directsqldialog.ui |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 67194f944861a76cccf6a432beb3dbe8983416ef
Author:     Caolán McNamara <[email protected]>
AuthorDate: Mon Jan 18 11:38:20 2021 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Mon Jan 18 15:03:17 2021 +0100

    Related: tdf#66813 this dialog should be modal
    
    if we truly want it to be modeless, then unset this bit and use
    the runAsync mechanism
    
    Change-Id: I7d1cae1975d6ac20ef34b7744981ee72b9f52c78
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109540
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/dbaccess/uiconfig/ui/directsqldialog.ui 
b/dbaccess/uiconfig/ui/directsqldialog.ui
index 1d2ca696abd8..38aef7053e5b 100644
--- a/dbaccess/uiconfig/ui/directsqldialog.ui
+++ b/dbaccess/uiconfig/ui/directsqldialog.ui
@@ -7,6 +7,7 @@
     <property name="border_width">6</property>
     <property name="title" translatable="yes" 
context="directsqldialog|DirectSQLDialog">Execute SQL Statement</property>
     <property name="resizable">False</property>
+    <property name="modal">True</property>
     <property name="type_hint">dialog</property>
     <child>
       <placeholder/>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to