Bug 2231 - colour attributes in <node /> tag without effect
colour attributes in <node /> tag without effect
Status: NEW
Product: netanim
Classification: Unclassified
Component: animator
unspecified
PC Linux
: P5 trivial
Assigned To: John Abraham
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-11-27 14:24 EST by Beestre84
Modified: 2015-11-27 14:24 EST (History)
1 user (show)

See Also:


Attachments
diff of animatormode.cpp (587 bytes, text/plain)
2015-11-27 14:24 EST, Beestre84
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Beestre84 2015-11-27 14:24:53 EST
Created attachment 2195 [details]
diff of animatormode.cpp

This one probably only comes up when abusing netanim, but it's trivial to fix, see attachment.

Adding the line animNode->setColor(addEvent->m_r, addEvent->m_g, addEvent->m_b); allows to set the node colour directly within the <node> tag. Previously, the colour was ignored.

Sorry for those small ones.