diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2020-08-02 16:30:36 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2020-08-03 09:57:21 +0200 |
commit | e88cf047c70cedd6ac3553258d4d33bee878a1e6 (patch) | |
tree | be5694a31d678c8c7c14687759c6d89e83be4299 /svx/uiconfig | |
parent | 456d61ec526e250fd1af894e109d5914ac9c9e6e (diff) |
Fix radio buttons in context menus for non-gtk3
The vcl implementation expects menu item attributes to be
set on the sub menu they appear in, not on the parent menu.
Change-Id: I7d6553126ed1dd5c1434529342b776aee01409a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99954
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/acceptrejectchangesdialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/uiconfig/ui/acceptrejectchangesdialog.ui b/svx/uiconfig/ui/acceptrejectchangesdialog.ui index a9db619b328f..8305b7d90ea9 100644 --- a/svx/uiconfig/ui/acceptrejectchangesdialog.ui +++ b/svx/uiconfig/ui/acceptrejectchangesdialog.ui @@ -151,7 +151,7 @@ <property name="label" translatable="yes" context="acceptrejectchangesdialog|calcsort">Sorting</property> <property name="use_underline">True</property> <child type="submenu"> - <object class="GtkMenu"> + <object class="GtkMenu" id="calcsortmenu"> <property name="visible">True</property> <property name="can_focus">False</property> <child> @@ -220,7 +220,7 @@ <property name="label" translatable="yes" context="acceptrejectchangesdialog|writersort">Sort By</property> <property name="use_underline">True</property> <child type="submenu"> - <object class="GtkMenu"> + <object class="GtkMenu" id="writersortmenu"> <property name="visible">True</property> <property name="can_focus">False</property> <child> |