* Fix smMaxheight stretchmode

git-svn-id: trunk@39201 -
This commit is contained in:
michael 2018-06-09 12:44:12 +00:00
parent d08f06df22
commit 9e76882ae6

View File

@ -4043,6 +4043,7 @@ begin
Case StretchMode of
smMaxHeight:
begin
RTLayout.Height := aDesiredHeight;
if Assigned(Parent) and Assigned(RTLayout) then
RTLayout.Height:=Parent.RTLayout.Height-RTLayout.Top;
end;