pythonarcade / arcade

Easy to use Python library for creating 2D arcade games.
http://arcade.academy
Other
1.71k stars 324 forks source link

UIElements do not change appereance after changing style #711

Closed eruvanos closed 4 years ago

eruvanos commented 4 years ago

Bug Report

UIElements do not change appereance after changing style

Actual behavior:

UIElements are not getting updated, after adding them into UIManager

Expected behavior:

UIStyle changes always refresh all UIElement textures

Steps to reproduce/example code:

https://cdn.discordapp.com/attachments/696054807840030740/728306957953532126/scratch_1.py

eruvanos commented 4 years ago

Fixed with #716.