mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 02: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 bool extruderEnabled: true
|
||||||
property alias iconSize: mainIcon.sourceSize
|
property alias iconSize: mainIcon.sourceSize
|
||||||
property string iconVariant: "medium"
|
property string iconVariant: "medium"
|
||||||
|
layer.enabled: true // Prevent weird opacity effects.
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
opacity: extruderEnabled ? 1 : UM.Theme.getColor("extruder_disabled").a
|
opacity: extruderEnabled ? 1 : UM.Theme.getColor("extruder_disabled").a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user