[vlc-commits] [Git][videolan/vlc][master] qml: fix selection in ExpandGridView::rightClickOnItem()

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Jul 16 17:36:23 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
32cfe03a by Fatih Uzunoglu at 2026-07-16T17:01:29+00:00
qml: fix selection in ExpandGridView::rightClickOnItem()

- - - - -


1 changed file:

- modules/gui/qt/widgets/qml/ExpandGridView.qml


Changes:

=====================================
modules/gui/qt/widgets/qml/ExpandGridView.qml
=====================================
@@ -546,7 +546,7 @@ FocusScope {
 
     function rightClickOnItem(index) {
         if (!selectionModel.isSelected(index)) {
-            leftClickOnItem(Qt.NoModifier, index)
+            leftClickOnItem(Qt.NoModifier, index, true)
         }
     }
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/32cfe03a763e4879796e43af1a53f524dbcb675e

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/32cfe03a763e4879796e43af1a53f524dbcb675e
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list