[vlc-commits] Qt: correctly behave when customizing from minimal view
Jean-Baptiste Kempf
git at videolan.org
Tue May 15 18:04:13 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 15 18:03:40 2012 +0200| [1d8fd45bfad1a91ce2a623c2a301b8115e14f05c] | committer: Jean-Baptiste Kempf
Qt: correctly behave when customizing from minimal view
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1d8fd45bfad1a91ce2a623c2a301b8115e14f05c
---
modules/gui/qt4/main_interface.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index f1d5ac6..c02aca5 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -345,6 +345,8 @@ void MainInterface::recreateToolbars()
this, handleKeyPress( QKeyEvent * ) );
THEMIM->requestVoutUpdate();
}
+
+ setMinimalView( b_minimalView );
}
void MainInterface::reloadPrefs()
More information about the vlc-commits
mailing list