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

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
}
}
}