Browse Source

* Fix smMaxheight stretchmode

git-svn-id: trunk@39201 -
michael 7 years ago
parent
commit
9e76882ae6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-report/src/fpreport.pp

+ 1 - 0
packages/fcl-report/src/fpreport.pp

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