loveui.love
loveui.love copied to clipboard
Widget doesn't restore drawing color after rendering
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.
Looking into it.