kxgames / glooey

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

Label widgets don't always claim enough space for themselves. #7

Closed kalekundert closed 6 years ago

kalekundert commented 7 years ago

This can be seen in tests/themes/golden/demo_small_frame.py and in the kerning test in tests/miscellaneous/demo_label.py. I'm suspicious that this is a bug in pyglet, but I haven't been able to track it down yet.

benmoran56 commented 7 years ago

There was a recent pyglet commit to address some kerning issues. Maybe related?