mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 23:35:57 +08:00
Fix overlap effect for extruderIcon
CURA-8417
This commit is contained in:
parent
f11079adcf
commit
45751efdd3
@ -18,7 +18,7 @@ Item
|
||||
property bool extruderEnabled: true
|
||||
property alias iconSize: mainIcon.sourceSize
|
||||
property string iconVariant: "medium"
|
||||
|
||||
layer.enabled: true // Prevent weird opacity effects.
|
||||
Item
|
||||
{
|
||||
opacity: extruderEnabled ? 1 : UM.Theme.getColor("extruder_disabled").a
|
||||
|
Loading…
x
Reference in New Issue
Block a user