mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:09:20 +02:00
IDE: designer: use GlobalDesignHook
git-svn-id: trunk@34682 -
This commit is contained in:
parent
ce9d9d44a2
commit
3b364887c4
@ -2069,7 +2069,7 @@ end;
|
||||
|
||||
function TCustomFormEditor.GetPropertyEditorHook: TPropertyEditorHook;
|
||||
begin
|
||||
Result:=nil;
|
||||
Result:=GlobalDesignHook;
|
||||
if Obj_Inspector<>nil then
|
||||
Result:=Obj_Inspector.PropertyEditorHook;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user