Explorar o código

* Correct callback handler for object tree

Michaël Van Canneyt hai 1 ano
pai
achega
d0b03c9c71
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/wasm-oi/src/wasm.debuginspector.rtti.pas

+ 1 - 1
packages/wasm-oi/src/wasm.debuginspector.rtti.pas

@@ -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);