vcl/source/control/notebookbar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a1f93eee75450c3ab6bc623bfad4f850260b86d0 Author: Szymon KÅos <[email protected]> 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 <[email protected]> Tested-by: Szymon KÅos <[email protected]> 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 [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
