Kaydet (Commit) 280a204b authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: tdf#121946 first time draw uses gray bg

Change-Id: Ia0491eebe8fa7ea2c2377ca96c758c681da5470a
Reviewed-on: https://gerrit.libreoffice.org/64875
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst dc54afe7
......@@ -623,6 +623,7 @@ void SvxShowCharSet::InitSettings(vcl::RenderContext& rRenderContext)
if (mbUpdateBackground)
{
rRenderContext.SetBackground(rStyleSettings.GetWindowColor());
rRenderContext.Erase();
mbUpdateBackground = false;
}
......
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