vlc | branch: master | Pierre Lamot <pie...@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) } _______________________________________________ vlc-commits mailing list vlc-commits@videolan.org https://mailman.videolan.org/listinfo/vlc-commits