Browse Source

Merge branch 'master' of github.com:elmindreda/glfw

Camilla Berglund 13 years ago
parent
commit
5f26deaf59
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/cocoa_window.m

+ 1 - 0
src/cocoa_window.m

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