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 <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara 2021-01-18 11:38:20 +00:00
parent 1c3b80e7ba
commit 67194f9448

View file

@ -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/>