mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Deactivate tooltip hover if there is no tooltip to show
This commit is contained in:
parent
9ebd8524ad
commit
c805aac3cc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue