]> git.sesse.net Git - vlc/commitdiff
macosx: try to fix another instances of wrong occurrence for fspanel
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Fri, 15 Feb 2013 17:38:18 +0000 (18:38 +0100)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Fri, 15 Feb 2013 19:22:37 +0000 (20:22 +0100)
modules/gui/macosx/Windows.m

index ae63250459b877133b085b2f9819199edd4b0881..dfbeb819af7c012b11d4775128657f80dc30f0ac 100644 (file)
         [[[VLCMainWindow sharedInstance] fsPanel] setNonActive:nil];
 }
 
+- (void)resignKeyWindow
+{
+    [super resignKeyWindow];
+
+    [[[VLCMainWindow sharedInstance] fsPanel] setNonActive:nil];
+}
+
 - (void)windowWillEnterFullScreen:(NSNotification *)notification
 {
     // workaround, see #6668