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

Qt: correctly behave when customizing from minimal view

(cherry picked from commit 1d8fd45bfad1a91ce2a623c2a301b8115e14f05c)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 57397013
...@@ -350,6 +350,8 @@ void MainInterface::recreateToolbars() ...@@ -350,6 +350,8 @@ void MainInterface::recreateToolbars()
this, handleKeyPress( QKeyEvent * ) ); this, handleKeyPress( QKeyEvent * ) );
THEMIM->requestVoutUpdate(); THEMIM->requestVoutUpdate();
} }
setMinimalView( b_minimalView );
} }
void MainInterface::reloadPrefs() void MainInterface::reloadPrefs()
......
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