]> git.sesse.net Git - vlc/commitdiff
Qt: correctly restore the playlistWidget state when the undocked playlist is closed
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 17 May 2010 14:20:16 +0000 (16:20 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 17 May 2010 14:20:16 +0000 (16:20 +0200)
Close #3607

modules/gui/qt4/components/playlist/playlist.cpp

index 01547f9c53ce22325553c112e8467ccd0840b2f4..ea5495abe703d325287fea2225825d20f32022cf 100644 (file)
@@ -156,6 +156,7 @@ void PlaylistWidget::closeEvent( QCloseEvent *event )
     }
     else
     {
+        p_intf->p_sys->p_mi->playlistVisible = false;
         hide();
         event->ignore();
     }