[vlc-commits] qml: don't retract the expand section when reaching the bottom

Pierre Lamot git at videolan.org
Fri Sep 6 18:01:46 CEST 2019


vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Mon Aug 26 15:23:28 2019 +0200| [53550a5632913b95ea8c5d1f6176cc71fe0afca0] | committer: Jean-Baptiste Kempf

qml: don't retract the expand section when reaching the bottom

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

 modules/gui/qt/qml/mediacenter/MusicAlbumsDisplay.qml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/qt/qml/mediacenter/MusicAlbumsDisplay.qml b/modules/gui/qt/qml/mediacenter/MusicAlbumsDisplay.qml
index cafd5c846a..8152e4d68e 100644
--- a/modules/gui/qt/qml/mediacenter/MusicAlbumsDisplay.qml
+++ b/modules/gui/qt/qml/mediacenter/MusicAlbumsDisplay.qml
@@ -160,7 +160,6 @@ Utils.NavigableFocusScope {
                     anchors.fill: parent
                     onActionCancel:  gridView_id.retract()
                     onActionUp:  gridView_id.retract()
-                    onActionDown: gridView_id.retract()
                     onActionLeft: root.actionLeft(index)
                     onActionRight: root.actionRight(index)
                 }



More information about the vlc-commits mailing list