[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - svx/source

László Németh laszlo.nemeth at collabora.com
Mon Aug 17 05:27:37 PDT 2015


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

New commits:
commit ea5763a7dea0cff7762ded5e103f7ae502eea737
Author: László Németh <laszlo.nemeth at collabora.com>
Date:   Mon Aug 17 09:51:38 2015 +0200

    tdf#93114 insert character: add missing recalculate for font selection
    
    Fixing missing characters (only characters of the basic Control font
    showed by Insert special character dialog) and freezing (when
    LibreOffice tried to replace hundred of characters [missing from the
    chosen font] during scrolling in the insert special character dialog).
    
    Change-Id: I8fd5bd233f16572eb2b740a8f8e7e8608c19d06f
    Reviewed-on: https://gerrit.libreoffice.org/17792
    Tested-by: Jenkins <ci at libreoffice.org>
    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 6a52644..3d616e9 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -340,6 +340,7 @@ void SvxShowCharSet::Paint( vcl::RenderContext& rRenderContext, const Rectangle&
 void SvxShowCharSet::SetFont( const vcl::Font& rFont )
 {
     Control::SetFont(rFont);
+    mbRecalculateFont = true;
     Invalidate();
 }
 


More information about the Libreoffice-commits mailing list