Bug 2226 - Node colours change if node is clicked
Node colours change if node is clicked
Status: RESOLVED FIXED
Product: netanim
Classification: Unclassified
Component: animator
unspecified
PC Linux
: P5 minor
Assigned To: John Abraham
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-11-24 13:37 UTC by user0815
Modified: 2015-11-24 21:25 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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