Skip to content
Snippets Groups Projects
Commit b2b040a2 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Felix Paul Kühne
Browse files

qml: fix click not working in some parts in GridItem

don't let subtitle steal the mouse in GridItem
parent 64f143f5
No related branches found
No related tags found
1 merge request!2054qml: fix click not working in some parts in GridItem
Pipeline #230510 passed with stage
in 23 minutes and 5 seconds
......@@ -312,6 +312,7 @@ T.Control {
anchors.fill: parent
hoverEnabled: true
acceptedButtons: Qt.NoButton
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment