LCL: fixed computing preferred size of client height - from Marc

git-svn-id: trunk@19467 -
This commit is contained in:
mattias 2009-04-17 10:39:49 +00:00
parent 443073a7a2
commit a4a1f193d8

View File

@ -695,7 +695,7 @@ begin
AdjustedClientBorders[akLeft]:=AdjustedClientRect.Left;
AdjustedClientBorders[akTop]:=AdjustedClientRect.Top;
AdjustedClientBorders[akRight]:=BigInteger-AdjustedClientRect.Right;
AdjustedClientBorders[akRight]:=BigInteger-AdjustedClientRect.Bottom;
AdjustedClientBorders[akBottom]:=BigInteger-AdjustedClientRect.Bottom;
end else begin
for a:=low(TAnchorKind) to high(TAnchorKind) do
AdjustedClientBorders[a]:=0;