Skip to content
Snippets Groups Projects
Commit 9787fc06 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Pierre Lamot
Browse files

qml: fix binding loop detected warning in PlaylistDelegate


fixes part of #25601.

Signed-off-by: default avatarPierre Lamot <pierre@videolabs.io>
parent 552541ba
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ Rectangle {
hoverEnabled: true
acceptedButtons: acceptedButtons | Qt.RightButton
acceptedButtons: Qt.LeftButton | Qt.RightButton
onContainsMouseChanged: {
if (containsMouse) {
......
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