added acceptsFirstMouse for controlRegionView
This commit is contained in:
parent
d46c64f64b
commit
7006a14031
1 changed files with 4 additions and 0 deletions
|
@ -243,6 +243,10 @@ static const CGFloat kAtomWindowCornerRadius = 4.0;
|
|||
shellWindow_->HandleMouseEvent(event);
|
||||
}
|
||||
|
||||
- (BOOL)acceptsFirstMouse:(NSEvent*)event {
|
||||
return YES;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@interface AtomProgressBar : NSProgressIndicator
|
||||
|
|
Loading…
Reference in a new issue