snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Display node attribute won't display default values #355

Closed stevenbird closed 9 years ago

stevenbird commented 9 years ago

If you use the display node attribute block to display (say) the colour or scale of a node, this only works if the given attribute was manually set. Expected behaviour is for the value to be displayed regardless of how it came to be set.

stevenbird commented 9 years ago

A side effect of this change is that it lets a user inspect the default value, e.g. to learn that the default shape is rect and not rectangle.