option dialog isn't fully layout aware yet, so always calculate

Change-Id: Ifed85cf8c1c2da70eae2d18b9ef32b61ce278c4a
This commit is contained in:
Caolán McNamara 2013-07-16 09:38:48 +01:00
parent afb41ff0c5
commit 84e5cdce3e

View File

@ -410,8 +410,7 @@ void SvxFontSubstCheckListBox::setColSizes()
void SvxFontSubstCheckListBox::Resize() void SvxFontSubstCheckListBox::Resize()
{ {
SvxSimpleTable::Resize(); SvxSimpleTable::Resize();
if (isInitialLayout(this)) setColSizes();
setColSizes();
} }
void SvxFontSubstCheckListBox::SetTabs() void SvxFontSubstCheckListBox::SetTabs()