[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: fix mouse selection not working in default column in table view

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Apr 2 09:27:53 UTC 2022



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
edecde7b by Prince Gupta at 2022-04-02T09:13:11+00:00
qml: fix mouse selection not working in default column in table view

don't capture mouse clicks in hoverhandler of default col delegate

fixup e2440608e0e4e40526f51259273bba0f42a6a0f1

- - - - -
6c900872 by Prince Gupta at 2022-04-02T09:13:11+00:00
qml: fix mouse selection not working in title column of table view

don't capture mouse clicks in hoverhandler of title col delegate

fixup 10e096a3a5b358a14d5728ff1b19c849912cae00

- - - - -


2 changed files:

- modules/gui/qt/widgets/qml/KeyNavigableTableView.qml
- modules/gui/qt/widgets/qml/TableColumns.qml


Changes:

=====================================
modules/gui/qt/widgets/qml/KeyNavigableTableView.qml
=====================================
@@ -61,6 +61,7 @@ FocusScope {
 
             anchors.fill: parent
             hoverEnabled: true
+            acceptedButtons: Qt.NoButton
         }
     }
 


=====================================
modules/gui/qt/widgets/qml/TableColumns.qml
=====================================
@@ -113,6 +113,7 @@ Item {
 
                 anchors.fill: parent
                 hoverEnabled: true
+                acceptedButtons: Qt.NoButton
             }
         }
     }



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/4333661cdf5dc769a6c1a64c4d953300edb1f7d0...6c90087263add6f73939994b18119c4c813e6a74

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/4333661cdf5dc769a6c1a64c4d953300edb1f7d0...6c90087263add6f73939994b18119c4c813e6a74
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