haxeui / haxeui-core

The core library of the HaxeUI framework
http://haxeui.org
MIT License
340 stars 70 forks source link

Implemented a TreeViewEvent for when nodes get collapsed or expanded and fixed Null Object Reference Error. #586

Open Hion-V opened 6 months ago

Hion-V commented 6 months ago

I implemented this because I needed it for an optimization in my own app to keep it performant, as adding a lot of nodes at once was very slow.

I also fixed a Null Object Reference Error that happened every time new child nodes are added to a TreeViewNode.