You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a node using colorLeft and colorRight to apply a gradient effect. If you change the dimensions of the node from 100 to 500, the color of the node is not updated. With solid color this works fine. Reapplying the color after the width change updates the node correctly.
The bug was introduced in Beta 0.8 - I think with the update logic refactor.