mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 12:40:34 +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;
|
function TCustomFormEditor.GetPropertyEditorHook: TPropertyEditorHook;
|
||||||
begin
|
begin
|
||||||
Result:=nil;
|
Result:=GlobalDesignHook;
|
||||||
if Obj_Inspector<>nil then
|
if Obj_Inspector<>nil then
|
||||||
Result:=Obj_Inspector.PropertyEditorHook;
|
Result:=Obj_Inspector.PropertyEditorHook;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user