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);
|
shellWindow_->HandleMouseEvent(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (BOOL)acceptsFirstMouse:(NSEvent*)event {
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface AtomProgressBar : NSProgressIndicator
|
@interface AtomProgressBar : NSProgressIndicator
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue