From 1d8fd45bfad1a91ce2a623c2a301b8115e14f05c Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Kempf <jb@videolan.org>
Date: Tue, 15 May 2012 18:03:40 +0200
Subject: [PATCH] Qt: correctly behave when customizing from minimal view

---
 modules/gui/qt4/main_interface.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index f1d5ac646309..c02aca5b44e0 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()
-- 
GitLab