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
1 changed files with 1 additions and 0 deletions

View File

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