2
0
mirror of synced 2025-01-22 20:41:09 +00:00

fix(StatusListItem): Add propogateCompostedEvents to title mouse area

Closes: #346
This commit is contained in:
B.Melnik 2021-08-30 13:43:56 +03:00 committed by Pascal Precht
parent 450e863d44
commit 5c706fdc80

View File

@ -200,8 +200,10 @@ Rectangle {
anchors.fill: parent
cursorShape: containsMouse? Qt.PointingHandCursor : Qt.ArrowCursor
hoverEnabled: true
propagateComposedEvents: true
onClicked: {
statusListItem.titleClicked(statusListItem.titleId)
mouse.accepted = false
}
}
}