mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 14:47:55 +02:00
* Correct callback handler for object tree
This commit is contained in:
parent
25af7a4281
commit
d0b03c9c71
@ -214,7 +214,7 @@ class constructor TWasmDebugInspector.init;
|
||||
begin
|
||||
_List:=TInspectorList.Create;
|
||||
OnGetObjectProperties:=@_List.HandleObjectPropertiesEvent;
|
||||
OnGetObjectTree:=@_List.HandleObjectPropertiesEvent;
|
||||
OnGetObjectTree:=@_List.HandleObjectTreeEvent;
|
||||
end;
|
||||
|
||||
constructor TWasmDebugInspector.Create(aOwner: TComponent);
|
||||
|
Loading…
Reference in New Issue
Block a user