소스 검색

* Fix from Pascal Riekenberg to fix missing assign of columngap (bug ID 36537)

git-svn-id: trunk@43891 -
michael 5 년 전
부모
커밋
76bad447b2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/fcl-report/src/fpreport.pp

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

@@ -7734,6 +7734,7 @@ begin
     Report := E.Report;
     Font.Assign(E.Font);
     ColumnCount := E.ColumnCount;
+    ColumnGap := E.ColumnGap;
   end;
   inherited Assign(Source);
 end;