scenerygraphics / sciview

sciview is a tool for visualization and interaction with ND image and mesh data
BSD 2-Clause "Simplified" License
68 stars 17 forks source link

Adding a BoundingGrid does not update inspector #243

Closed kephale closed 1 year ago

kephale commented 4 years ago

When a BoundingGrid is instantiated and associated with a node it does not trigger an update of the inspector. This was observed in this case: https://github.com/scenerygraphics/scenery/issues/275

kephale commented 4 years ago

A related issue, when expanding the children of a Bounding Grid: Screenshot from 2019-11-12 16-13-27

Within 1-2 seconds the branch collapses back into an unexpanded node

kephale commented 1 year ago

This was likely the same issue as https://github.com/scenerygraphics/sciview/pull/481. If it happens again, then check if SciView.publishNode resolves the issue.