Преглед на файлове

* Fix smMaxheight stretchmode

git-svn-id: trunk@39201 -
michael преди 7 години
родител
ревизия
9e76882ae6
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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;