Commit a862c2a4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Hopefully close #1717

parent 5b1be498
...@@ -1170,7 +1170,10 @@ void MainInterface::closeEvent( QCloseEvent *e ) ...@@ -1170,7 +1170,10 @@ void MainInterface::closeEvent( QCloseEvent *e )
void MainInterface::toggleFullScreen( void ) void MainInterface::toggleFullScreen( void )
{ {
if( isFullScreen() ) if( isFullScreen() )
{
showNormal(); showNormal();
emit askUpdate(); // Needed if video was launched after the F11
}
else else
showFullScreen(); 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