vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Dec  5 
03:05:00 2011 +0100| [2e9e1015bee5fbd62d78c919dee1dc6786da171c] | committer: 
Jean-Baptiste Kempf

Qt: fix bug happening when double-click in the embedded video

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e9e1015bee5fbd62d78c919dee1dc6786da171c
---

 modules/gui/qt4/main_interface.cpp |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/main_interface.cpp 
b/modules/gui/qt4/main_interface.cpp
index 2a3a8f1..7e06cee 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -689,6 +689,14 @@ void MainInterface::setVideoFullScreen( bool fs )
             msg_Dbg( p_intf, "Moving video to correct screen");
             move( QPoint( screenres.x(), screenres.y() ) );
         }
+
+        /* */
+        if( playlistWidget->artContainer->currentWidget() == videoWidget )
+        {
+            showTab( videoWidget );
+        }
+
+        /* */
         setMinimalView( true );
         setInterfaceFullScreen( true );
     }

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to