Merged revision(s) 48425 #40d5c1519c from trunk:

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

git-svn-id: branches/fixes_1_4@48490 -
This commit is contained in:
maxim 2015-03-24 21:41:08 +00:00
parent 1e9685eb8d
commit 18b5fcfe2f

View File

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