cui/uiconfig/ui/movemenu.ui | 1 + 1 file changed, 1 insertion(+) New commits: commit 3258603e8850900e04cecffb1113b833c4c76fd9 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> AuthorDate: Sat Aug 1 23:01:52 2020 +0800 Commit: Markus Mohrhard <markus.mohrh...@googlemail.com> CommitDate: Mon Aug 3 21:31:26 2020 +0200
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.mohrh...@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> 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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits