bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in NSPopUpButton


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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]