]> git.sesse.net Git - vlc/commitdiff
Qt4 - Fix the "playlist doesn't show at first click" bug.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 20 Dec 2007 05:17:31 +0000 (05:17 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 20 Dec 2007 05:17:31 +0000 (05:17 +0000)
modules/gui/qt4/main_interface.cpp

index e9afafe5a56a59151973f42cd2735f55cef72ec2..d7dbd08df3deac04685404583618a0838e64373c 100644 (file)
@@ -716,6 +716,7 @@ void MainInterface::togglePlaylist()
             msg_Dbg( p_intf, "we don't want the playlist inside");
             dockPL->setFloating( true );
         }
+        dockPL->show();
     }
     else
     {