* Set parent of new band

git-svn-id: trunk@57467 -
This commit is contained in:
michael 2018-03-08 13:59:13 +00:00
parent cd77b46777
commit a7e144fcd4

View File

@ -1242,6 +1242,7 @@ Var
begin
Result:=ABandClass.Create(Page);
Result.Layout.Height:=PixelsToMM(FMinControlHeight,CurrentDPI);
Result.Parent:=Page;
O:=FObjects.AddBand(Result);
FObjects.OrderBands(Canvas,CurrentDPI);
If Assigned(FOnElementCreated) then