You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VisTree extends the default LibGDX Tree with Focusable support, but node management remains unchanged. It's likely that it's a LibGDX bug. @ronjunevaldoz, would you be able to verify that a similar bug occurs with the default widget?
VisTree extends the default LibGDX Tree with Focusable support, but node management remains unchanged. It's likely that it's a LibGDX bug. @ronjunevaldoz, would you be able to verify that a similar bug occurs with the default widget?
I tried using the default Tree, the bug still occurs.
Since VisTree is a very basic extension of the official Tree, I think this bug should be fixed at its source. Please create a bug report in the LibGDX repository.
Tree node is removed but the container remains. After removing the node using
actor.remove()
the node container remainsThe text was updated successfully, but these errors were encountered: