mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Disable the fade on the monitor blue overlay to prevent the annoying "flash of blue" problem
CL-457 CL-468
This commit is contained in:
parent
e04a63d337
commit
7aa2f5f0b8
1 changed files with 4 additions and 1 deletions
|
@ -386,7 +386,10 @@ UM.MainWindow
|
|||
visible: opacity > 0
|
||||
opacity: base.showPrintMonitor ? 1 : 0
|
||||
|
||||
Behavior on opacity { NumberAnimation { duration: 100; } }
|
||||
// Behavior on opacity { NumberAnimation { duration: 100; } }
|
||||
|
||||
// ^ This has been turned off to prevent the flash of blue when switch from
|
||||
// Monitor tab to Prepare in combination with a Cura Connect printer.
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue