mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:39:03 +08:00
Deactivate tooltip hover if there is no tooltip to show
This commit is contained in:
parent
9ebd8524ad
commit
c805aac3cc
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user