dbaccess/uiconfig/ui/directsqldialog.ui | 1 + 1 file changed, 1 insertion(+)
New commits: commit 14e18c13e9a618e5a9c72f00a6913633acb21573 Author: Caolán McNamara <[email protected]> AuthorDate: Mon Jan 18 11:38:20 2021 +0000 Commit: Xisco Fauli <[email protected]> CommitDate: Tue Jan 19 11:36:40 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/+/109526 Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]> diff --git a/dbaccess/uiconfig/ui/directsqldialog.ui b/dbaccess/uiconfig/ui/directsqldialog.ui index 0947f539d357..ff1090e6b2b1 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
