Deactivate tooltip hover if there is no tooltip to show

This commit is contained in:
fieldOfView 2021-11-19 13:43:34 +01:00
parent 9ebd8524ad
commit c805aac3cc

View file

@ -73,7 +73,7 @@ Cura.ExpandablePopup
{
id: tooltipHoverArea
anchors.fill: parent
hoverEnabled: true //getConnectionStatusMessage() !== ""
hoverEnabled: tooltip.text != ""
acceptedButtons: Qt.NoButton // react to hover only, don't steal clicks
onEntered: