Commit 4386f499 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix behaviour in F11 mode.

Close #1717
parent e5aac02e
......@@ -633,6 +633,8 @@ QSize MainInterface::sizeHint() const
*/
void MainInterface::doComponentsUpdate()
{
if( isFullScreen() ) return;
msg_Dbg( p_intf, "Updating the geometry" );
/* Here we resize to sizeHint() and not adjustsize because we want
the videoWidget to be exactly the correctSize */
......
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