This commit is contained in:
mattias 2022-11-13 12:57:54 +01:00
parent c486dc6a82
commit 3b3bd6ca14

View File

@ -580,8 +580,6 @@ end;
procedure TDesignerMediator.SetDesigner(const AValue: TComponentEditorDesigner);
begin
if FDesigner=AValue then exit;
//if FDesigner<>nil then begin
//end;
FDesigner:=AValue;
end;