vcl/headless/svpframe.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 42cea8972a7be358c910304de5234a2e7fa2872f Author: Michael Meeks <michael.me...@collabora.com> Date: Fri Dec 8 20:09:44 2017 +0000
headless: improve popup menu background defaults. Change-Id: Icda7df363827e1942486c961bf9eef9402aba96c Reviewed-on: https://gerrit.libreoffice.org/46121 Reviewed-by: pranavk <pran...@collabora.co.uk> Tested-by: pranavk <pran...@collabora.co.uk> diff --git a/vcl/headless/svpframe.cxx b/vcl/headless/svpframe.cxx index db4ed6e1411a..c49128c43049 100644 --- a/vcl/headless/svpframe.cxx +++ b/vcl/headless/svpframe.cxx @@ -417,6 +417,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. { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits