[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - svtools/source
Caolán McNamara
caolanm at redhat.com
Mon Jul 24 16:14:01 UTC 2017
svtools/source/contnr/treelistbox.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 1908a229514f8681bdfef52eaf832f7922748bdc
Author: Caolán McNamara <caolanm at 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 <ci at libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-on: https://gerrit.libreoffice.org/40192
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at 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();
More information about the Libreoffice-commits
mailing list