src/Palete/SymbolFile.vala
authorAlan Knowles <alan@roojs.com>
Thu, 9 May 2024 13:18:30 +0000 (21:18 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 9 May 2024 13:18:30 +0000 (21:18 +0800)
src/Palete/SymbolFile.vala

index bf995ba..e9d2c37 100644 (file)
@@ -317,6 +317,8 @@ namespace Palete {
                                }
                                
                                child.parent = parent;
+                               // this should trigger tree update on right
+                               GLib.debug("add%s to %s", child.fqn, parent.fqn);
                                parent.children.append(child); 
                                parent.children_map.set(child.type_name, child);
                                this.symbol_map.set((int)child.id, child);