[vlc-devel] commit: QT4: scroll to playingItem when changing view (Ilkka Ollakka )

git version control git at videolan.org
Sun Feb 14 18:30:26 CET 2010


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sun Feb 14 19:26:53 2010 +0200| [d4b9c029f70cf6a64b696989db5b3f887daacc81] | committer: Ilkka Ollakka 

QT4: scroll to playingItem when changing view

I think it works better thisway, but you're free to change it if you think
otherwise.

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

 .../gui/qt4/components/playlist/standardpanel.cpp  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp
index 4082518..351803c 100644
--- a/modules/gui/qt4/components/playlist/standardpanel.cpp
+++ b/modules/gui/qt4/components/playlist/standardpanel.cpp
@@ -388,6 +388,7 @@ void StandardPLPanel::showView( int i_view )
     }
 
     browseInto();
+    gotoPlayingItem();
 }
 
 void StandardPLPanel::cycleViews()




More information about the vlc-devel mailing list