diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c index 0ed96db793..0756a9fe2e 100644 --- a/Gui/mplayer/play.c +++ b/Gui/mplayer/play.c @@ -30,7 +30,7 @@ void mplFullScreen( void ) { static int sx,sy; - if ( guiIntfStruct.Playing ) + if ( !guiIntfStruct.Playing ) { wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow ); if ( appMPlayer.subWindow.isFullScreen )