mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 07:22:03 +02:00
LCL: AlignControls uses logical clientrect, FAdjustClientRectRealized was visible, maybe fixing loop on win32 intf
git-svn-id: trunk@25461 -
This commit is contained in:
parent
6be124b946
commit
7e3ca2686a
@ -3106,7 +3106,6 @@ begin
|
||||
if DockSite and UseDockManager and (DockManager<>nil) then
|
||||
DockManager.ResetBounds(false);
|
||||
AdjustClientRect(RemainingClientRect);
|
||||
FAdjustClientRectRealized:=RemainingClientRect;
|
||||
r:=GetLogicalClientRect;
|
||||
ParentClientWidth:=r.Right;
|
||||
ParentClientHeight:=r.Bottom;
|
||||
|
Loading…
Reference in New Issue
Block a user