Bugzilla – Bug 2226
Node colours change if node is clicked
Last modified: 2015-11-24 21:25:57 UTC
Fix: animpropertybrowser.cpp, line 390: animNode->setColor (c.red (), c.blue (), c.green (), c.alpha ()); should read: animNode->setColor (c.red (), c.green (), c.blue (), c.alpha ());
Thanks I committed http://code.nsnam.org/netanim/rev/411c4fed1f08