瀏覽代碼

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