]> git.sesse.net Git - vlc/commitdiff
* make sure that the fspanel is being actived in all possible vout-goes-fullscreen...
authorFelix Paul Kühne <fkuehne@videolan.org>
Wed, 4 Apr 2007 20:28:44 +0000 (20:28 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Wed, 4 Apr 2007 20:28:44 +0000 (20:28 +0000)
modules/gui/macosx/vout.m

index 389e2302422f1df04882504401eb09d36bb4e3f9..f4b0f4dc754f0b1bec1b0d1cd90752edfa81b8d9 100644 (file)
@@ -1031,7 +1031,7 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
         /* move the FSPanel to front in case that it is currently shown
          * this won't and is not supposed to work when it's fading right now */
         if( [[[[VLCMain sharedInstance] getControls] getFSPanel] isDisplayed] )
-            [[[[VLCMain sharedInstance] getControls] getFSPanel] orderFront: self];
+            [[[[VLCMain sharedInstance] getControls] getFSPanel] setActive: nil];
         
         /* tell the fspanel to move itself to front next time it's triggered */
         [[[[VLCMain sharedInstance] getControls] getFSPanel] setVoutWasUpdated: i_device];