Kaydet (Commit) a1f93eee authored tarafından Szymon Kłos's avatar Szymon Kłos

tdf#107224 use correct bg for notebookbar

Change-Id: I26093cb9cf0170aa9ba4ccfc8c8556c2e78086b3
Reviewed-on: https://gerrit.libreoffice.org/43515Reviewed-by: 's avatarSzymon Kłos <szymon.klos@collabora.com>
Tested-by: 's avatarSzymon Kłos <szymon.klos@collabora.com>
üst 2874a31e
...@@ -173,7 +173,7 @@ void NotebookBar::UpdateBackground() ...@@ -173,7 +173,7 @@ void NotebookBar::UpdateBackground()
if (!aPersona.IsEmpty()) if (!aPersona.IsEmpty())
SetBackground(Wallpaper(aPersona)); SetBackground(Wallpaper(aPersona));
else else
SetBackground(rStyleSettings.GetMenuBarColor()); SetBackground(rStyleSettings.GetDialogColor());
Invalidate(tools::Rectangle(Point(0,0), GetSizePixel())); Invalidate(tools::Rectangle(Point(0,0), GetSizePixel()));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment