Browse Source

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

git-svn-id: trunk@43891 -
michael 5 years ago
parent
commit
76bad447b2
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

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