kxgames / glooey

An object-oriented GUI library for pyglet.
MIT License
91 stars 6 forks source link

Disabling checkboxes before adding to GUI only updates on rollover #25

Closed EdwardWatine closed 5 years ago

EdwardWatine commented 5 years ago

Creating a checkbox and disabling it before adding it to the GUI causes it to be rendered in its enabled state until the mouse is moved over it. Is this intended?

kalekundert commented 5 years ago

Thanks for the bug report! I should be able to look at it this weekend.

kalekundert commented 5 years ago

Should be fixed now, let me know if you have any other problems.

EdwardWatine commented 5 years ago

Yep that fixed the problems thanks!