kxgames / glooey

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

Small bug in the root class #15

Closed RobinRojowiec closed 6 years ago

RobinRojowiec commented 6 years ago

Hey, I really like the project you have greated with gloomey. Found a minor bug. In root.py on line 118, if you rename "self.repack()" to "self._repack()", the widgets adapt dynamically if you resize the window. Otherwise you get an error. Would be great if you could fix this as its only a typo ;)

Please continue the great work (Y)

kalekundert commented 6 years ago

Sorry for being unresponsive; for some reason I wasn't getting email notifications for this project. Thanks for tracking the issue down. I just pushed a fix, you should be able to resize windows again.