mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
Don't disable enable checkbox before machine is loaded
It is unnecessary because you can't see it or click on it before adding a machine. Contributes to issue CURA-5876.
This commit is contained in:
parent
ede50ef3ca
commit
ed37e692a3
1 changed files with 0 additions and 2 deletions
|
@ -167,8 +167,6 @@ Item
|
||||||
tooltip: text
|
tooltip: text
|
||||||
visible: Cura.MachineManager.hasMaterials
|
visible: Cura.MachineManager.hasMaterials
|
||||||
|
|
||||||
enabled: Cura.ExtruderManager.activeExtruderIndex > -1
|
|
||||||
|
|
||||||
height: UM.Theme.getSize("setting_control").height
|
height: UM.Theme.getSize("setting_control").height
|
||||||
width: selectors.controlWidth
|
width: selectors.controlWidth
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue