Commit cff7fd3d authored by Felix Paul Kühne's avatar Felix Paul Kühne

* make sure that the fspanel is being actived in all possible...

* make sure that the fspanel is being actived in all possible vout-goes-fullscreen ways (closes #1132)
parent e3f35b9f
......@@ -942,8 +942,8 @@ 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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment