1
0
mirror of https://github.com/glfw/glfw.git synced 2025-04-05 08:22:00 +00:00

Merge pull request from arturjpv/master

Fixed updateTrackingAreas not calling super.
This commit is contained in:
Camilla Löwy Berglund 2012-08-02 09:49:28 -07:00
commit 255e79918e

View File

@ -425,6 +425,7 @@ static int convertMacKeyCode(unsigned int macKeyCode)
userInfo:nil];
[self addTrackingArea:trackingArea];
[super updateTrackingAreas];
}
- (void)keyDown:(NSEvent *)event