diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-07-27 13:07:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-07-27 15:25:27 +0200 |
commit | 9d777ef254330bb3d6af06e62ba602fe17824db9 (patch) | |
tree | 7004b98e94026b534ada6784b6bf0b316a3c5262 /vcl | |
parent | 1b517e049001b856e8043c6892a4819709b8efcf (diff) |
gtk4: don't use an arrow for the gtk3->gtk4 menus
this was the clipboard dropdown matches the save one
Change-Id: I423aeed097cd22d48aa9efcaf95e0e8d6fd36d98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137501
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk4/convert3to4.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/gtk4/convert3to4.cxx b/vcl/unx/gtk4/convert3to4.cxx index e00009cd1cf7..9032ac4692a7 100644 --- a/vcl/unx/gtk4/convert3to4.cxx +++ b/vcl/unx/gtk4/convert3to4.cxx @@ -973,6 +973,7 @@ ConvertResult Convert3To4(const css::uno::Reference<css::xml::dom::XNode>& xNode // <property name="menu-model"> xChild->appendChild(CreateProperty(xDoc, "menu-model", sId)); + xChild->appendChild(CreateProperty(xDoc, "has-arrow", "False")); xChild->appendChild(CreateProperty(xDoc, "visible", "False")); } } |