Viewport overlay now shows correctly when switching between monitor & settings

CURA-3964
This commit is contained in:
Jaime van Kessel 2017-07-04 11:58:04 +02:00
parent ec25164731
commit 1627a65513

View File

@ -440,7 +440,7 @@ UM.MainWindow
right: sidebar.left
}
visible: opacity > 0
opacity: base.monitoringPrint ? 0.75 : 0
opacity: base.showPrintMonitor ? 0.75 : 0
Behavior on opacity { NumberAnimation { duration: 100; } }