svx/source/dialog/charmap.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 280a204b8230e2ea5626844e72f2d315cdecb931
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Dec 10 14:06:09 2018 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon Dec 10 22:03:50 2018 +0100

    Resolves: tdf#121946 first time draw uses gray bg
    
    Change-Id: Ia0491eebe8fa7ea2c2377ca96c758c681da5470a
    Reviewed-on: https://gerrit.libreoffice.org/64875
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

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;
     }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to