Commit 7012cd22 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf Committed by Christophe Mutricy

Hopefully close #1717

(cherry picked from commit a862c2a4)
Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent 7a754341
......@@ -1170,7 +1170,10 @@ void MainInterface::closeEvent( QCloseEvent *e )
void MainInterface::toggleFullScreen( void )
{
if( isFullScreen() )
{
showNormal();
emit askUpdate(); // Needed if video was launched after the F11
}
else
showFullScreen();
}
......
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