Merge branch '4.4' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2019-11-11 16:01:19 +01:00
commit 4613b62120
No known key found for this signature in database
GPG key ID: 3710727397403C91
2 changed files with 6 additions and 2 deletions

View file

@ -174,7 +174,11 @@ Item
}
onEntered: intentTooltipTimer.start()
onExited: base.hideTooltip()
onExited:
{
base.hideTooltip()
intentTooltipTimer.stop()
}
}
NoIntentIcon // This icon has hover priority over intentDescriptionHoverArea, so draw it above it.