[vlc-commits] [Git][videolan/vlc][master] qml: fix VideoDisplayRecentVideos context menu
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Fri May 6 09:53:15 UTC 2022
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
37cab63f by Prince Gupta at 2022-05-06T09:30:52+00:00
qml: fix VideoDisplayRecentVideos context menu
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/VideoDisplayRecentVideos.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/VideoDisplayRecentVideos.qml
=====================================
@@ -134,7 +134,7 @@ FocusScope {
// NOTE: contextMenu.popup wants a list of indexes.
onContextMenuButtonClicked: {
- contextMenu.popup([root.model.index(index, 0)],
+ contextMenu.popup([listView.model.index(index, 0)],
globalMousePos,
{ "player-options": [":restore-playback-pos=2"] })
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/37cab63faf8e8c33248008a5c0af8b645adfaf05
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/37cab63faf8e8c33248008a5c0af8b645adfaf05
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list