From 42877b3478074e64d14bf8ffc3b31cb3a2a86d87 Mon Sep 17 00:00:00 2001 From: Isamu Mogi Date: Sat, 22 Mar 2014 11:51:08 +0900 Subject: fdo#68546 Make menubar's text color of persona the same as Firefox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib9370f4b369f2baf29d118a1bbcd565bca005c30 Reviewed-on: https://gerrit.libreoffice.org/8712 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/unx/kde4/KDESalFrame.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/unx/kde4/KDESalFrame.cxx') diff --git a/vcl/unx/kde4/KDESalFrame.cxx b/vcl/unx/kde4/KDESalFrame.cxx index 8afc217d969e..25b092a17106 100644 --- a/vcl/unx/kde4/KDESalFrame.cxx +++ b/vcl/unx/kde4/KDESalFrame.cxx @@ -299,7 +299,7 @@ void KDESalFrame::UpdateSettings( AllSettings& rSettings ) Color aMenuBack = toColor( qMenuCG.color( QPalette::Window ) ); style.SetMenuTextColor( aMenuFore ); - style.SetMenuBarTextColor( aMenuFore ); + style.SetMenuBarTextColor( style.GetPersonaMenuBarTextColor().get_value_or( aMenuFore ) ); style.SetMenuColor( aMenuBack ); style.SetMenuBarColor( aMenuBack ); style.SetMenuHighlightColor( toColor ( qMenuCG.color( QPalette::Highlight ) ) ); -- cgit