Sfoglia il codice sorgente

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

Camilla Berglund 13 anni fa
parent
commit
5f26deaf59
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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];
                                                userInfo:nil];
 
 
     [self addTrackingArea:trackingArea];
     [self addTrackingArea:trackingArea];
+	[super updateTrackingAreas];
 }
 }
 
 
 - (void)keyDown:(NSEvent *)event
 - (void)keyDown:(NSEvent *)event