Kaydet (Commit) 95a72981 authored tarafından Michael Meeks's avatar Michael Meeks

headless: improve popup menu background defaults.

Change-Id: Icda7df363827e1942486c961bf9eef9402aba96c
Reviewed-on: https://gerrit.libreoffice.org/46123Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
üst 17a8a03a
......@@ -411,6 +411,8 @@ void SvpSalFrame::UpdateSettings( AllSettings& rSettings )
Color aBackgroundColor( 0xec, 0xec, 0xec );
aStyleSettings.BatchSetBackgrounds( aBackgroundColor, false );
aStyleSettings.SetMenuColor( aBackgroundColor );
aStyleSettings.SetMenuBarColor( aBackgroundColor );
if (comphelper::LibreOfficeKit::isActive()) // TODO: remove this.
{
......
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