cui/source/options/fontsubs.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 4573e9aab652bbb2078459a0056f3fda91342764 Author: Caolán McNamara <caol...@redhat.com> Date: Tue Jul 16 09:38:48 2013 +0100 option dialog isn't fully layout aware yet, so always calculate otherwise the font subst opt page has overlapping entries (cherry picked from commit 84e5cdce3ed58c663109bb557b75cd6e45bb2dbc) Change-Id: Ifed85cf8c1c2da70eae2d18b9ef32b61ce278c4a Reviewed-on: https://gerrit.libreoffice.org/4936 Reviewed-by: Andras Timar <ati...@suse.com> Tested-by: Andras Timar <ati...@suse.com> Reviewed-on: https://gerrit.libreoffice.org/5032 Reviewed-by: Fridrich Strba <fridr...@documentfoundation.org> Reviewed-by: Thorsten Behrens <tbehr...@suse.com> Reviewed-by: Petr Mladek <pmla...@suse.cz> Tested-by: Petr Mladek <pmla...@suse.cz> diff --git a/cui/source/options/fontsubs.cxx b/cui/source/options/fontsubs.cxx index ad6cac1..91ecf40 100644 --- a/cui/source/options/fontsubs.cxx +++ b/cui/source/options/fontsubs.cxx @@ -410,8 +410,7 @@ void SvxFontSubstCheckListBox::setColSizes() void SvxFontSubstCheckListBox::Resize() { SvxSimpleTable::Resize(); - if (isInitialLayout(this)) - setColSizes(); + setColSizes(); } void SvxFontSubstCheckListBox::SetTabs()
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits