mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 21:51:42 +02:00
* Fix bug #33343: group footer reference to group header was set incorrectly when reading from file
git-svn-id: trunk@38440 -
This commit is contained in:
parent
11ac4739b4
commit
eecce3d8f4
@ -8780,7 +8780,7 @@ begin
|
||||
if Not (C is TFPReportCustomGroupHeaderBand) then
|
||||
Report.AddReference(Self,'GroupHeader',S)
|
||||
else
|
||||
FGroupHeader := TFPReportCustomGroupHeaderBand(c);
|
||||
GroupHeader := TFPReportCustomGroupHeaderBand(c);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user