|
| From: | Nicola Pero |
| Subject: | Re: Bug in NSPopUpButton |
| Date: | Tue, 5 Jun 2001 15:35:35 +0100 (BST) |
> Does anyone have a fix for this?
Adding
- (NSString *)stringValue
{
return [self titleOfSelectedItem];
}
to NSPopUpButton.m. If you confirm that it works, I'll apply it to CVS.
| [Prev in Thread] | Current Thread | [Next in Thread] |