Propagate mouse click events on avatars
This commit is contained in:
@@ -52,6 +52,7 @@ Rectangle {
|
||||
id: imageMouseArea
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
propagateComposedEvents: true
|
||||
}
|
||||
|
||||
HToolTip {
|
||||
|
@@ -15,4 +15,10 @@ ToolTip {
|
||||
exit: Transition {
|
||||
HNumberAnimation { property: "opacity"; from: 1.0; to: 0.0 }
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
propagateComposedEvents: true
|
||||
onClicked: { toolTip.close(); mouse.accepted = false }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user