* Fix bug ID #33219

git-svn-id: trunk@57356 -
This commit is contained in:
michael 2018-02-24 14:52:15 +00:00
parent 7787ca1fdd
commit a35bc6dcd0

View File

@ -937,7 +937,7 @@ Var
Y:=Y+DY+ABand.Layout.Height; Y:=Y+DY+ABand.Layout.Height;
L.Remove(Aband); L.Remove(Aband);
// Recurse // Recurse
AddBandToList(TMyBand(Aband).ChildBand); AddBandToList(TFPReportCustomBand(TMyBand(Aband).ChildBand));
end; end;
// Find a band of given type, if it exists add it (remove it from the list) // Find a band of given type, if it exists add it (remove it from the list)