IDE: designer: use GlobalDesignHook

git-svn-id: trunk@34682 -
This commit is contained in:
mattias 2012-01-09 15:26:01 +00:00
parent ce9d9d44a2
commit 3b364887c4

View File

@ -2069,7 +2069,7 @@ end;
function TCustomFormEditor.GetPropertyEditorHook: TPropertyEditorHook;
begin
Result:=nil;
Result:=GlobalDesignHook;
if Obj_Inspector<>nil then
Result:=Obj_Inspector.PropertyEditorHook;
end;