kxgames / glooey

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

Typo in the PyPi project #31

Closed EdwardWatine closed 5 years ago

EdwardWatine commented 5 years ago

This is the current file (and line) for the widget class https://github.com/kxgames/glooey/blob/609b2989b17658c8823fbb76da27c8d0b1ec9172/glooey/widget.py#L1310-L1320 but having installed it via pip there is what appears to be a typo (for a random function p): image This throws an error, so I didn't think it was intentional!

kalekundert commented 5 years ago

That's what I get for making a release on code I was in the middle of debugging, and not having the greatest automated tests. :-)

Should be fixed now, try upgrading to 0.2.1.

EdwardWatine commented 5 years ago

Yep that's fixed now