garrynewman / GWEN

Abandoned: GWEN - GUI Without Extravagant Nonsense.
MIT License
427 stars 102 forks source link

Problem with TreeControl #100

Closed g8kig closed 9 years ago

g8kig commented 9 years ago

I have found a problem with the TreeControl. Using one of the samples, navigate to the TreeControl unit test ensure all nodes are open in the TreeControl on the right are open, then close the "Node two inside" node. The "Node three" node should be shown at the bottom of the view but it isn't. If the "Node Two" node is closed then the "Node three" node is visible as it should be. I have attempted a fix but I do not understand enough about the library yet to work out how to fix it. Thanks for a great UI library. It is working fine on my Raspberry Pi with my own renderer!

g8kig commented 9 years ago

Found it was a duplicate of #89