Kaydet (Commit) 75103ef0 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

make sure the variables are set up

Change-Id: Ib710f1ee291fb15ad7b05a5d36824a129d407ccc
üst 56e39524
...@@ -577,6 +577,9 @@ void SvxShowCharSet::SelectIndex( int nNewIndex, bool bFocus ) ...@@ -577,6 +577,9 @@ void SvxShowCharSet::SelectIndex( int nNewIndex, bool bFocus )
if( !aVscrollSB ) if( !aVscrollSB )
return; return;
if ( !mxFontCharMap.Is() )
RecalculateFont( *this );
if( nNewIndex < 0 ) if( nNewIndex < 0 )
{ {
// need to scroll see closest unicode // need to scroll see closest unicode
......
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