summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2020-08-01 23:01:52 +0800
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-08-04 03:47:49 +0200
commit23397ecc1ee69462fbe0639c5ea105e2c0ec9a45 (patch)
tree58ba6d69efce848425da7aa3b4a483cd3cf456d4 /cui
parentResolves: tdf#134660 listen for 'ShowFontBoxWYSIWYG' config changes (diff)
downloadcore-23397ecc1ee69462fbe0639c5ea105e2c0ec9a45.tar.gz
core-23397ecc1ee69462fbe0639c5ea105e2c0ec9a45.zip
correctly mark the "New menu" dialog as modal
The dialog is called from a modal dialog which means a modeless dialog does not make sense. Some of our internal dialog tracking code is confused by that case which confused the UI tests. Change-Id: I705877e8a751c55bfbd00ddeaf18ab86c95321c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99944 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit 3258603e8850900e04cecffb1113b833c4c76fd9) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99929 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/movemenu.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/movemenu.ui b/cui/uiconfig/ui/movemenu.ui
index 7bb5be63309c..18a0712e67c1 100644
--- a/cui/uiconfig/ui/movemenu.ui
+++ b/cui/uiconfig/ui/movemenu.ui
@@ -25,6 +25,7 @@
<property name="border_width">6</property>
<property name="title" translatable="yes" context="movemenu|MoveMenuDialog">New Menu</property>
<property name="type_hint">dialog</property>
+ <property name="modal">True</property>
<child>
<placeholder/>
</child>