fix(StatusListItem): Add propogateCompostedEvents to title mouse area
Closes: #346
This commit is contained in:
parent
450e863d44
commit
5c706fdc80
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue