kxgames / glooey

An object-oriented GUI library for pyglet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gui object has no attribute 'repack'

ranjian0 opened this issue · comments

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 1385b85

Just noticed: similar to issue #15

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.