Menu Manager Bugs
Menu Manager Bugs
- Subject: Menu Manager Bugs
- From: Steve Gehrman <email@hidden>
- Date: Sun, 26 Aug 2001 03:16:47 -0700
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)
2) if you set the keyequivalent to a menuitem in a submenu, the
keyequivalent won't get drawn unless you call: - (void) [NSMenu
sizeToFit];
steve