summaryrefslogtreecommitdiff
path: root/vcl/headless/svpframe.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-12-08 20:09:44 +0000
committerMichael Meeks <michael.meeks@collabora.com>2017-12-09 13:20:34 +0100
commit95a72981e572a961a1c4c03f81fd365c1cb23e9f (patch)
tree14b9523c96c7c1310408d233cdf8bdd3a4634c61 /vcl/headless/svpframe.cxx
parent17a8a03aecfb249d6704b34400887a1b0a465c80 (diff)
headless: improve popup menu background defaults.
Change-Id: Icda7df363827e1942486c961bf9eef9402aba96c Reviewed-on: https://gerrit.libreoffice.org/46123 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'vcl/headless/svpframe.cxx')
-rw-r--r--vcl/headless/svpframe.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/headless/svpframe.cxx b/vcl/headless/svpframe.cxx
index 711806226c49..045859b14262 100644
--- a/vcl/headless/svpframe.cxx
+++ b/vcl/headless/svpframe.cxx
@@ -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.
{