added acceptsFirstMouse for controlRegionView

This commit is contained in:
deepak1556 2015-03-24 14:50:29 +05:30
parent d46c64f64b
commit 7006a14031

View file

@ -243,6 +243,10 @@ static const CGFloat kAtomWindowCornerRadius = 4.0;
shellWindow_->HandleMouseEvent(event);
}
- (BOOL)acceptsFirstMouse:(NSEvent*)event {
return YES;
}
@end
@interface AtomProgressBar : NSProgressIndicator