[Libreoffice-commits] core.git: vcl/source
Szymon Kłos
szymon.klos at collabora.com
Wed Oct 18 16:17:56 UTC 2017
vcl/source/control/notebookbar.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a1f93eee75450c3ab6bc623bfad4f850260b86d0
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Wed Oct 18 18:15:29 2017 +0200
tdf#107224 use correct bg for notebookbar
Change-Id: I26093cb9cf0170aa9ba4ccfc8c8556c2e78086b3
Reviewed-on: https://gerrit.libreoffice.org/43515
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
Tested-by: Szymon Kłos <szymon.klos at collabora.com>
diff --git a/vcl/source/control/notebookbar.cxx b/vcl/source/control/notebookbar.cxx
index dc47f66d82b1..ee3e05ab3852 100644
--- a/vcl/source/control/notebookbar.cxx
+++ b/vcl/source/control/notebookbar.cxx
@@ -173,7 +173,7 @@ void NotebookBar::UpdateBackground()
if (!aPersona.IsEmpty())
SetBackground(Wallpaper(aPersona));
else
- SetBackground(rStyleSettings.GetMenuBarColor());
+ SetBackground(rStyleSettings.GetDialogColor());
Invalidate(tools::Rectangle(Point(0,0), GetSizePixel()));
}
More information about the Libreoffice-commits
mailing list