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); procedure TDesignerMediator.SetDesigner(const AValue: TComponentEditorDesigner);
begin begin
if FDesigner=AValue then exit; if FDesigner=AValue then exit;
//if FDesigner<>nil then begin
//end;
FDesigner:=AValue; FDesigner:=AValue;
end; end;