mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Prevent tootltip from showing during "processing" of slice button
CURA-9150
This commit is contained in:
parent
dd037fa946
commit
a6db27dd55
1 changed files with 1 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue