diff --git a/ide/customformeditor.pp b/ide/customformeditor.pp index 5251cc8bd2..6c922c48d7 100644 --- a/ide/customformeditor.pp +++ b/ide/customformeditor.pp @@ -2069,7 +2069,7 @@ end; function TCustomFormEditor.GetPropertyEditorHook: TPropertyEditorHook; begin - Result:=nil; + Result:=GlobalDesignHook; if Obj_Inspector<>nil then Result:=Obj_Inspector.PropertyEditorHook; end;