lcl: remove Invalidate call in TWinControl.FontChanged since is already called descendant

git-svn-id: trunk@23322 -
This commit is contained in:
blikblum 2009-12-30 12:32:38 +00:00
parent defbc455bc
commit ed2bc1f026

View File

@ -4532,7 +4532,6 @@ begin
begin
TWSWinControlClass(WidgetSetClass).SetFont(Self, Font);
Exclude(FWinControlFlags, wcfFontChanged);
Invalidate;
if AutoSize then
begin
InvalidatePreferredSize;