vcl/source/control/notebookbar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a1f93eee75450c3ab6bc623bfad4f850260b86d0 Author: Szymon KÅos <szymon.k...@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.k...@collabora.com> Tested-by: Szymon KÅos <szymon.k...@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())); }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits