]> git.sesse.net Git - vlc/commitdiff
QT4: scroll to playingItem when changing view
authorIlkka Ollakka <ileoo@videolan.org>
Sun, 14 Feb 2010 17:26:53 +0000 (19:26 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Sun, 14 Feb 2010 17:28:21 +0000 (19:28 +0200)
I think it works better thisway, but you're free to change it if you think
otherwise.

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

index 4082518cd7f9e425e69f3d6facbbd47bab61564b..351803c4f3c18caf53f846cb8bcf7354df88ecb2 100644 (file)
@@ -388,6 +388,7 @@ void StandardPLPanel::showView( int i_view )
     }
 
     browseInto();
+    gotoPlayingItem();
 }
 
 void StandardPLPanel::cycleViews()