Follow-up Comment #3, bug #26080 (project gnustep):

For now I've implemented this as a category in my code, and it solves the
problem. Here's the code:

@interface NSPopUpButtonCell (CocoaExtensions)
-(void) _popUpItemAction:(id)sender;
@end

@implementation NSPopUpButtonCell (CocoaExtensions)
-(void) _popUpItemAction:(id)sender
{
  [NSApp sendAction:[self action] to:[self target] from:sender];
}
@end




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?26080>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to