bring tooltip to front

pull/2/head
Jaquee 8 years ago
parent 0e5329ab6c
commit a0f35aa776
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39

@ -185,7 +185,6 @@ Item {
height: 30
color: containsMouse ? "#F0EEEE" : "#DBDBDB"
//radius: index === repeater.count - 1 ? 5 : 0
Rectangle {
anchors.left: parent.left
anchors.top: parent.top
@ -218,6 +217,7 @@ Item {
pos.y -= tipItem.height - 30
tipItem.y = pos.y + appWindow.y
tipItem.visible = true
tipItem.raise()
}
}