mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 21:38:00 +02:00
lcl: remove Invalidate call in TWinControl.FontChanged since is already called descendant
git-svn-id: trunk@23322 -
This commit is contained in:
parent
defbc455bc
commit
ed2bc1f026
@ -4532,7 +4532,6 @@ begin
|
||||
begin
|
||||
TWSWinControlClass(WidgetSetClass).SetFont(Self, Font);
|
||||
Exclude(FWinControlFlags, wcfFontChanged);
|
||||
Invalidate;
|
||||
if AutoSize then
|
||||
begin
|
||||
InvalidatePreferredSize;
|
||||
|
Loading…
Reference in New Issue
Block a user