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

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

(cherry picked from commit 2e9e1015bee5fbd62d78c919dee1dc6786da171c)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 71204b83
......@@ -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