svtools/source/contnr/treelistbox.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 1908a229514f8681bdfef52eaf832f7922748bdc
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Jul 14 14:40:47 2017 +0100

    list views are recalculating layout on every paint
    
    instead of when the font changes
    
    since...
    
    commit b4bbb5e5d7b31caad2fbcc00382ad27df3c81001
    Date:   Sun May 17 22:56:46 2015 +0900
    
        refactor how font, fg. and bg. are applied in widgets/controls
    
    Change-Id: I8c9ebeb8d85f2c8b5e5ddc0aa03b6d64b5348132
    Reviewed-on: https://gerrit.libreoffice.org/39950
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-on: https://gerrit.libreoffice.org/40192
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/svtools/source/contnr/treelistbox.cxx 
b/svtools/source/contnr/treelistbox.cxx
index 5239e362bae1..14baee04e1ec 100644
--- a/svtools/source/contnr/treelistbox.cxx
+++ b/svtools/source/contnr/treelistbox.cxx
@@ -3595,7 +3595,6 @@ void SvTreeListBox::ApplySettings(vcl::RenderContext& 
rRenderContext)
     aFont = rStyleSettings.GetFieldFont();
     aFont.SetColor(rStyleSettings.GetWindowTextColor());
     SetPointFont(rRenderContext, aFont);
-    AdjustEntryHeightAndRecalc();
 
     rRenderContext.SetTextColor(rStyleSettings.GetFieldTextColor());
     rRenderContext.SetTextFillColor();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to