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

macosx: fixed another crash after the video stopped playing

parent 30cc259e
...@@ -669,7 +669,7 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable, ...@@ -669,7 +669,7 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
} }
var_SetCoords( p_vout, "mouse-moved", x, y ); var_SetCoords( p_vout, "mouse-moved", x, y );
} }
if( [self isFullscreen] ) if( self && [self isFullscreen] )
[[[[VLCMain sharedInstance] controls] fspanel] fadeIn]; [[[[VLCMain sharedInstance] controls] fspanel] fadeIn];
} }
......
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