[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - svx/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 10 21:04:11 UTC 2018


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

New commits:
commit f477d24127aacc849757f245a9bbd8a4c8561a6d
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Dec 10 14:06:09 2018 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Dec 10 22:04:01 2018 +0100

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

diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index 0d8a869a63d6..81ecf1f30320 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -624,6 +624,7 @@ void SvxShowCharSet::InitSettings(vcl::RenderContext& rRenderContext)
     if (mbUpdateBackground)
     {
         rRenderContext.SetBackground(rStyleSettings.GetWindowColor());
+        rRenderContext.Erase();
         mbUpdateBackground = false;
     }
 


More information about the Libreoffice-commits mailing list