mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 23:31:42 -07:00
Viewport overlay now shows correctly when switching between monitor & settings
CURA-3964
This commit is contained in:
parent
ec25164731
commit
1627a65513
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ UM.MainWindow
|
||||||
right: sidebar.left
|
right: sidebar.left
|
||||||
}
|
}
|
||||||
visible: opacity > 0
|
visible: opacity > 0
|
||||||
opacity: base.monitoringPrint ? 0.75 : 0
|
opacity: base.showPrintMonitor ? 0.75 : 0
|
||||||
|
|
||||||
Behavior on opacity { NumberAnimation { duration: 100; } }
|
Behavior on opacity { NumberAnimation { duration: 100; } }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue