LCL: AlignControls uses logical clientrect, FAdjustClientRectRealized was visible, maybe fixing loop on win32 intf

git-svn-id: trunk@25461 -
This commit is contained in:
mattias 2010-05-16 13:44:40 +00:00
parent 6be124b946
commit 7e3ca2686a

View File

@ -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;