summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-01-23 12:48:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-01-23 18:02:18 +0100
commit45c1056fb4d05b0a8efe0b23ae21e67e68393d9c (patch)
treedee776df0a4d1114d930ffc924fec39dd4a8e6de
parent0d46fb02f3f19d11db40b6c5335d78a3894502d7 (diff)
Related: tdf#122241 improve applying persona for additional menubars
Change-Id: Ic968b022e3b37a9329ca29708f53b36f0e7b2ce9 Reviewed-on: https://gerrit.libreoffice.org/66797 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--vcl/unx/gtk/gtksalmenu.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/unx/gtk/gtksalmenu.cxx b/vcl/unx/gtk/gtksalmenu.cxx
index 9ad10529d500..538cb0aa680d 100644
--- a/vcl/unx/gtk/gtksalmenu.cxx
+++ b/vcl/unx/gtk/gtksalmenu.cxx
@@ -848,6 +848,8 @@ void GtkSalMenu::CreateMenuBarWidget()
gtk_widget_show_all(mpMenuBarContainerWidget);
ShowCloseButton( static_cast<MenuBar*>(mpVCLMenu.get())->HasCloseButton() );
+
+ ApplyPersona();
#else
(void)mpMenuAllowShrinkWidget;
(void)mpMenuBarContainerWidget;