mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 22:58:18 +02:00
parent
7787ca1fdd
commit
a35bc6dcd0
@ -937,7 +937,7 @@ Var
|
||||
Y:=Y+DY+ABand.Layout.Height;
|
||||
L.Remove(Aband);
|
||||
// Recurse
|
||||
AddBandToList(TMyBand(Aband).ChildBand);
|
||||
AddBandToList(TFPReportCustomBand(TMyBand(Aband).ChildBand));
|
||||
end;
|
||||
|
||||
// Find a band of given type, if it exists add it (remove it from the list)
|
||||
|
Loading…
Reference in New Issue
Block a user