Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-04-13 17:29:25 +0300
committerJaime van Kessel <nallath@gmail.com>2022-04-13 17:29:25 +0300
commita6db27dd55de7ebe0b05455154db94d720f50e14 (patch)
tree0294810c3a2ee4c6db6b1819e795ae5c39be953c /resources/qml/ActionPanel/SliceProcessWidget.qml
parentdd037fa946799582ea8a468cdb858bfc4f2871d1 (diff)
Prevent tootltip from showing during "processing" of slice button
CURA-9150
Diffstat (limited to 'resources/qml/ActionPanel/SliceProcessWidget.qml')
-rw-r--r--resources/qml/ActionPanel/SliceProcessWidget.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/ActionPanel/SliceProcessWidget.qml b/resources/qml/ActionPanel/SliceProcessWidget.qml
index 868f23d242..58bf736575 100644
--- a/resources/qml/ActionPanel/SliceProcessWidget.qml
+++ b/resources/qml/ActionPanel/SliceProcessWidget.qml
@@ -119,6 +119,7 @@ Column
text: widget.waitingForSliceToStart ? catalog.i18nc("@button", "Processing"): catalog.i18nc("@button", "Slice")
tooltip: catalog.i18nc("@label", "Start the slicing process")
+ hoverEnabled: !widget.waitingForSliceToStart
enabled: widget.backendState != UM.Backend.Error && !widget.waitingForSliceToStart
visible: widget.backendState == UM.Backend.NotStarted || widget.backendState == UM.Backend.Error
onClicked: {