diff --git a/Source/NSColorWell.m b/Source/NSColorWell.m index fb2a968e0..6fc895488 100644 --- a/Source/NSColorWell.m +++ b/Source/NSColorWell.m @@ -151,6 +151,12 @@ static NSString *GSColorWellDidBecomeExclusiveNotification = [_the_color drawSwatchInRect: insideRect]; } +- (BOOL) acceptsFirstMouse: (NSEvent *)event +{ + return YES; +} + + - (void) mouseDown: (NSEvent *)theEvent { NSPoint point = [self convertPoint: [theEvent locationInWindow]