Bug 2226

Summary: Node colours change if node is clicked
Product: netanim Reporter: user0815 <Intood59>
Component: animatorAssignee: John Abraham <john.abraham.in>
Status: RESOLVED FIXED    
Severity: minor CC: ns-bugs
Priority: P5    
Version: unspecified   
Hardware: PC   
OS: Linux   

Description user0815 2015-11-24 13:37:14 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 ());
Comment 1 John Abraham 2015-11-24 21:25:57 UTC
Thanks I committed http://code.nsnam.org/netanim/rev/411c4fed1f08