mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 07:49:25 +02:00
Designer: remove a duplicate call to DoDeletePersistent.
git-svn-id: trunk@46068 -
This commit is contained in:
parent
f518acb493
commit
8db03dc81d
@ -3038,7 +3038,7 @@ begin
|
||||
{$IFDEF VerboseDesigner}
|
||||
DebugLn('[TDesigner.Notification] opRemove ',dbgsName(AComponent));
|
||||
{$ENDIF}
|
||||
DoDeletePersistent(AComponent,false);
|
||||
// DoDeletePersistent is called already in RemovePersistentAndChilds.
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user