mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-07 22:17:24 +01:00
LCL: Revert an experimental change from r49534 #091dff42fb. Caused an eternal loop in layout code.
git-svn-id: trunk@49542 -
This commit is contained in:
parent
0a78d2b1ae
commit
f53444d668
@ -3174,7 +3174,7 @@ begin
|
||||
ParentClientWidth:=r.Right;
|
||||
ParentClientHeight:=r.Bottom;
|
||||
|
||||
//if NeedAlignWork then
|
||||
if NeedAlignWork then
|
||||
begin
|
||||
//DebugLn(['TWinControl.AlignControls ',DbgSName(Self),' RemainingClientRect=',dbgs(RemainingClientRect),' ',dbgs(ClientRect)]);
|
||||
RemainingBorderSpace:=Rect(0,0,0,0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user