mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -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
|
id: tooltipHoverArea
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
hoverEnabled: true //getConnectionStatusMessage() !== ""
|
hoverEnabled: tooltip.text != ""
|
||||||
acceptedButtons: Qt.NoButton // react to hover only, don't steal clicks
|
acceptedButtons: Qt.NoButton // react to hover only, don't steal clicks
|
||||||
|
|
||||||
onEntered:
|
onEntered:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue