On 7/16/08, bruce <[EMAIL PROTECTED]> wrote: > > In pyglet 1.1beta 2 on my Intel MacBookPro using Mac OS 10.4.11, > Python 2.4.4 and ctypes (which runs most pyglet examples well), > this has the following bug: the text in the menu is drawn too high > (+y) > by almost the height of one of the items. This means the New item is > not visible except when highlighted in red (highlight is also drawn > too high) > and there is a blank area at the bottom. But the y coordinate > determines > the menu item choice (both for highlighting and execution) as if the > text > was drawn in the correct position. This means the item highlighted and > run > is usually the one drawn above the item the mouse points to.
This is probably due to the change in default valign/anchor_y. Perhaps Richard can update the code for 1.1 beta 2. Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
