mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Merge pull request #11 from arturjpv/master
Fixed updateTrackingAreas not calling super.
This commit is contained in:
commit
255e79918e
@ -425,6 +425,7 @@ static int convertMacKeyCode(unsigned int macKeyCode)
|
||||
userInfo:nil];
|
||||
|
||||
[self addTrackingArea:trackingArea];
|
||||
[super updateTrackingAreas];
|
||||
}
|
||||
|
||||
- (void)keyDown:(NSEvent *)event
|
||||
|
Loading…
Reference in New Issue
Block a user