1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02: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 e2440608e0
This commit is contained in:
Prince Gupta 2022-03-29 13:00:21 +05:30 committed by Jean-Baptiste Kempf
parent 4333661cdf
commit edecde7b0e

View File

@ -61,6 +61,7 @@ FocusScope {
anchors.fill: parent anchors.fill: parent
hoverEnabled: true hoverEnabled: true
acceptedButtons: Qt.NoButton
} }
} }