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

* make sure that the fspanel is hidden also if we leave fs-mode by closing the vout at EOF

parent 8ec3e4cc
......@@ -1069,7 +1069,7 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
withObject: NULL waitUntilDone: NO];
}
- (id) closeReal: (id) sender
- (id)closeReal: (id)sender
{
if( b_black == VLC_TRUE )
{
......@@ -1081,6 +1081,7 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
}
SetSystemUIMode( kUIModeNormal, 0);
[super close];
[[[[VLCMain sharedInstance] getControls] getFSPanel] orderOut: self];
return NULL;
}
......
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