[Libreoffice-commits] core.git: Branch 'libreoffice-4-1-0' - cui/source

Caolán McNamara caolanm at redhat.com
Mon Jul 22 07:28:43 PDT 2013


 cui/source/options/fontsubs.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 4573e9aab652bbb2078459a0056f3fda91342764
Author: Caolán McNamara <caolanm at 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 <atimar at suse.com>
    Tested-by: Andras Timar <atimar at suse.com>
    Reviewed-on: https://gerrit.libreoffice.org/5032
    Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
    Reviewed-by: Thorsten Behrens <tbehrens at suse.com>
    Reviewed-by: Petr Mladek <pmladek at suse.cz>
    Tested-by: Petr Mladek <pmladek at 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()


More information about the Libreoffice-commits mailing list