diff --git a/Source/NSControl.m b/Source/NSControl.m index 2c2d2ca1a..0daa1feef 100644 --- a/Source/NSControl.m +++ b/Source/NSControl.m @@ -339,6 +339,10 @@ static Class cellClass; { [self setNeedsDisplay: YES]; } +- (void) performClick: (id)sender +{ + [cell performClick: sender]; +} /* * Target and Action