maxton/LibForge

Lazy Tree View loading

maxton opened this issue · 0 comments

When you load RBMids, RBSongs, etc into a tree view in ForgeToolGUI, it's really slow because it's adding all the nodes at once, even though you probably aren't going to look at all of them.

The object inspector should be refactored to only load nodes into the tree view when a node is expanded.