loveui.love icon indicating copy to clipboard operation
loveui.love copied to clipboard

Widget doesn't restore drawing color after rendering

Open syndicatedragon opened this issue 14 years ago • 1 comments

Anything rendered after the UI context could have an altered drawing color in effect. It is worked around by saving the color before calling context:draw() and restoring it afterwards, but ideally this would be done in the UI render code itself.

syndicatedragon avatar Aug 30 '11 18:08 syndicatedragon

Looking into it.

meric avatar Aug 31 '11 05:08 meric