mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 05:58:58 +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
|
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…
x
Reference in New Issue
Block a user