diff options
-rw-r--r-- | svx/source/dialog/charmap.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx index ed525834a709..db400f99c9a2 100644 --- a/svx/source/dialog/charmap.cxx +++ b/svx/source/dialog/charmap.cxx @@ -623,6 +623,7 @@ void SvxShowCharSet::InitSettings(vcl::RenderContext& rRenderContext) if (mbUpdateBackground) { rRenderContext.SetBackground(rStyleSettings.GetWindowColor()); + rRenderContext.Erase(); mbUpdateBackground = false; } |