kxgames / glooey

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

Gui object has no attribute 'repack' #17

Closed ranjian0 closed 6 years ago

ranjian0 commented 6 years ago

Resizing pyglet window produces AttributeError: 'Gui' object has no attribute 'repack'

In root.py line 118: self.repack should be renamed to self._repack

Regression from 1385b85c205d388409cf283e4f7704fc5f2ca5e7

ranjian0 commented 6 years ago

Just noticed: similar to issue #15

kalekundert commented 6 years ago

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