mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:19:37 +02:00
lcl: mark clientrect as not valid after window handle creation (fixes bug #0012802)
git-svn-id: trunk@18487 -
This commit is contained in:
parent
8cee5efb85
commit
d43decb3b2
@ -6566,6 +6566,7 @@ begin
|
||||
RaiseGDBException('Handle creation failed creating '+DbgSName(Self));
|
||||
//debugln('TWinControl.CreateWnd ',DbgSName(Self));
|
||||
Constraints.UpdateInterfaceConstraints;
|
||||
InvalidateClientRectCache(False);
|
||||
InvalidatePreferredSize;
|
||||
TWSWinControlClass(WidgetSetClass).ConstraintsChange(Self);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user