mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 03:58:09 +02:00
Revert r54305 #491d57ecbc "LCL-GTK2: Prevent an occational freeze." Caused regressions.
git-svn-id: trunk@55396 -
This commit is contained in:
parent
a714db306b
commit
edd4943a4f
@ -6510,6 +6510,7 @@ var
|
||||
LCLHeight:=LCLControl.Height;
|
||||
WidthHeightChanged:=(LCLWidth<>GtkWidth) or (LCLHeight<>GtkHeight);
|
||||
if LCLControl.ClientRectNeedsInterfaceUpdate then begin
|
||||
WidthHeightChanged:=true;
|
||||
//DebugLn(['UpdateLCLSize InvalidateClientRectCache ',DbgSName(LCLControl)]);
|
||||
LCLControl.InvalidateClientRectCache(false);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user