mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 06:03:15 +08:00
Keep showing progress while pausing/resuming
I've chosen the blue 'progress' colour to be displayed while pausing and resuming. Contributes to issue CURA-2060.
This commit is contained in:
parent
22f0a2dabf
commit
3b2c173cd6
@ -31,6 +31,8 @@ Rectangle
|
|||||||
{
|
{
|
||||||
case "printing":
|
case "printing":
|
||||||
case "paused":
|
case "paused":
|
||||||
|
case "pausing":
|
||||||
|
case "resuming":
|
||||||
return true;
|
return true;
|
||||||
case "pre_print": // heating, etc.
|
case "pre_print": // heating, etc.
|
||||||
case "wait_cleanup":
|
case "wait_cleanup":
|
||||||
@ -62,6 +64,8 @@ Rectangle
|
|||||||
case "printing":
|
case "printing":
|
||||||
case "pre_print":
|
case "pre_print":
|
||||||
case "wait_cleanup":
|
case "wait_cleanup":
|
||||||
|
case "pausing":
|
||||||
|
case "resuming":
|
||||||
return UM.Theme.getColor("status_busy");
|
return UM.Theme.getColor("status_busy");
|
||||||
case "ready":
|
case "ready":
|
||||||
case "":
|
case "":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user