Kaydet (Commit) 5e7aad39 authored tarafından Luboš Luňák's avatar Luboš Luňák

menu(bar) uses window text and background color, not button (fdo#50921)

Change-Id: I13adebd09746d21e7456927e14dcdc3efb2c723b
üst a85145a3
......@@ -295,8 +295,8 @@ void KDESalFrame::UpdateSettings( AllSettings& rSettings )
QPalette qMenuCG = pMenuBar->palette();
// Menu text and background color, theme specific
Color aMenuFore = toColor( qMenuCG.color( QPalette::ButtonText ) );
Color aMenuBack = toColor( qMenuCG.color( QPalette::Button ) );
Color aMenuFore = toColor( qMenuCG.color( QPalette::WindowText ) );
Color aMenuBack = toColor( qMenuCG.color( QPalette::Window ) );
style.SetMenuTextColor( aMenuFore );
style.SetMenuBarTextColor( aMenuFore );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment