AU-ExoMars / PCOT

Pancam Operations Toolkit
MIT License
3 stars 0 forks source link

eval not rebuilding graphics inside macro #11

Closed jimfinnis closed 3 years ago

jimfinnis commented 3 years ago

An eval node inside a macro should change its graphical representation when its output type or expression is changed. Not happening.

jimfinnis commented 3 years ago

Fixed by adding a call to rebuildGraphics() in XFormGraph.changed when dealing with macros.