neurocoglab / mgui-core

Core implementation of ModelGUI API
GNU General Public License v3.0
0 stars 0 forks source link

Graphic2D window does not update on object deletion #8

Open typically opened 3 years ago

typically commented 3 years ago

When an 3D shape object is deleted (via tree panel), 2D windows still show the object. This appears to be because they are not being regenerated.

Reproduce:

Load object into memory, view on Graphic2D window, delete via tree panel.

typically commented 3 years ago

Possible fix: Check/modify the path ShapeSet3D ShapeRemoved event to Graphics2D window via listener interface.