NIconButton: hide tooltip when clicking the icon
This commit is contained in:
parent
eda4bc8a6a
commit
56777fc9fd
1 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ Rectangle {
|
||||||
}
|
}
|
||||||
onClicked: {
|
onClicked: {
|
||||||
root.onClicked()
|
root.onClicked()
|
||||||
|
if (tooltipText) {
|
||||||
|
tooltip.hide()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue