Commit f7a18141 authored by Claes Sjofors's avatar Claes Sjofors

Ge invisible dynamic didn't work for object in a group (refs #33)

parent 7f884827
......@@ -1056,7 +1056,7 @@ void GrowNode::draw( GlowWind *w, GlowTransform *t, int highlight, int hot, void
((GrowNode *)colornode)->color_tone == glow_eDrawTone_No)
colornode = (void *) this;
if ( ((GrowNode *)node)->invisible)
if ( ((GrowNode *)node)->invisible || invisible)
return;
if ( input_focus) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment