-
Notifications
You must be signed in to change notification settings - Fork 0
2D children not rendered when set visible #2
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When a Shape3DInt is set visible, it is not rendered in a 2D window (requires a manual "regen"). This is because no 2D child shape is present to notify the 2D window.
Possible fixes:
- Add
ShapeShownevent, fire this on theShapeModel, and subsequently on all windows in theInterfaceDisplayPanel. - Retain 2D windows as listeners on the
Shape3DIntobject - Do not remove a 2D child when
Shape3DIntis set invisible (retain child and fire an event whenIsVisibleis set to true)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working