Kaydet (Commit) ce6f74da authored tarafından László Németh's avatar László Németh Kaydeden (comit) Andras Timar

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/17792Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 36129595
......@@ -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();
}
......
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