diff options
Diffstat (limited to 'svx')
-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 7b47b53c3f04..730d120402b8 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(); } |