Commit 4e77f396 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

qt4: remove double check of isFullScreen

parent 33d7f71f
......@@ -760,7 +760,7 @@ void MainInterface::releaseVideoSlot( void )
videoIsActive = false;
/* Try to resize, except when you are in Fullscreen mode */
if( !isFullScreen() ) doComponentsUpdate();
doComponentsUpdate();
}
/* Call from WindowControl function */
......
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