Commit 2e9e1015 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix bug happening when double-click in the embedded video

parent 14c2ffe7
......@@ -689,6 +689,14 @@ void MainInterface::setVideoFullScreen( bool fs )
msg_Dbg( p_intf, "Moving video to correct screen");
move( QPoint( screenres.x(), screenres.y() ) );
}
/* */
if( playlistWidget->artContainer->currentWidget() == videoWidget )
{
showTab( videoWidget );
}
/* */
setMinimalView( true );
setInterfaceFullScreen( true );
}
......
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