diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-01-23 12:48:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-01-23 18:02:18 +0100 |
commit | 45c1056fb4d05b0a8efe0b23ae21e67e68393d9c (patch) | |
tree | dee776df0a4d1114d930ffc924fec39dd4a8e6de | |
parent | 0d46fb02f3f19d11db40b6c5335d78a3894502d7 (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.cxx | 2 |
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; |