mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:59:02 +08:00
Viewport overlay now shows correctly when switching between monitor & settings
CURA-3964
This commit is contained in:
parent
ec25164731
commit
1627a65513
@ -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; } }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user