Revert r46068 #8db03dc81d "Designer: remove a duplicate call to DoDeletePersistent." Issue #27689.

git-svn-id: trunk@48425 -
This commit is contained in:
juha 2015-03-19 18:25:13 +00:00
parent 323f5e65a9
commit 40d5c1519c

View File

@ -3040,7 +3040,7 @@ begin
{$IFDEF VerboseDesigner}
DebugLn('[TDesigner.Notification] opRemove ',dbgsName(AComponent));
{$ENDIF}
// DoDeletePersistent is called already in RemovePersistentAndChilds.
DoDeletePersistent(AComponent,false);
end;
end;