kotcrab/vis-ui

Tree node is removed but the container remains

Closed this issue · 3 comments

Tree node is removed but the container remains. After removing the node using actor.remove() the node container remains

  • Initial load
    image
  • After removal
    image

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.