mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 00:39:10 +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
|
begin
|
||||||
TWSWinControlClass(WidgetSetClass).SetFont(Self, Font);
|
TWSWinControlClass(WidgetSetClass).SetFont(Self, Font);
|
||||||
Exclude(FWinControlFlags, wcfFontChanged);
|
Exclude(FWinControlFlags, wcfFontChanged);
|
||||||
Invalidate;
|
|
||||||
if AutoSize then
|
if AutoSize then
|
||||||
begin
|
begin
|
||||||
InvalidatePreferredSize;
|
InvalidatePreferredSize;
|
||||||
|
Loading…
Reference in New Issue
Block a user