Re: Menu Manager Bugs
Re: Menu Manager Bugs
- Subject: Re: Menu Manager Bugs
- From: Eric Schlegel <email@hidden>
- Date: Sun, 26 Aug 2001 07:49:59 -0700
On Sunday, August 26, 2001, at 03:16 AM, Steve Gehrman wrote:
I've been messing around with the Menu manager and have found a few
bugs.
1) if you set the keyequivalent to F10, the menu item draws an F1
(probably just cutting off the 0)
This one's fixed in 10.1.
2) if you set the keyequivalent to a menuitem in a submenu, the
keyequivalent won't get drawn unless you call: - (void) [NSMenu
sizeToFit];
Don't know about that one.
-eric