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:
Simon Edwards 2017-09-30 10:52:34 +02:00
parent e04a63d337
commit 7aa2f5f0b8

View file

@ -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