1
0
mirror of synced 2024-11-05 11:09:20 +00:00

Fixed: syntax error

This commit is contained in:
Mark van Renswoude 2012-05-02 14:45:55 +00:00
parent e681c29456
commit b54cdd968e

View File

@ -666,7 +666,7 @@ begin
(TX2GraphicContainerItem(AComponent).Container = Self) then (TX2GraphicContainerItem(AComponent).Container = Self) then
begin begin
RemoveGraphic(TX2GraphicContainerItem(AComponent)); RemoveGraphic(TX2GraphicContainerItem(AComponent));
end; end
else if AComponent is TX2GraphicList then else if AComponent is TX2GraphicList then
Lists.Remove(AComponent); Lists.Remove(AComponent);