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

Close #1826.

parent c80e70c4
...@@ -807,7 +807,7 @@ void MainInterface::toggleMinimalView() ...@@ -807,7 +807,7 @@ void MainInterface::toggleMinimalView()
if( i_visualmode != QT_ALWAYS_VIDEO_MODE && if( i_visualmode != QT_ALWAYS_VIDEO_MODE &&
i_visualmode != QT_MINIMAL_MODE ) i_visualmode != QT_MINIMAL_MODE )
{ {
emit askBgWidgetToToggle(); if( videoWidget->isHidden() ) emit askBgWidgetToToggle();
} }
TOGGLEV( menuBar() ); TOGGLEV( menuBar() );
......
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