mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:35:57 +08:00
Make ExtruderSelector invisible if there is no choice in extruders
It doesn't yet update well if you keep the panel open while switching machines. Contributes to issue CURA-340.
This commit is contained in:
parent
e793ce1a2c
commit
beb263025b
@ -36,6 +36,7 @@ Item {
|
|||||||
{
|
{
|
||||||
id: extruders_model
|
id: extruders_model
|
||||||
}
|
}
|
||||||
|
visible: extruders_model.rowCount() > 1
|
||||||
textRole: "name"
|
textRole: "name"
|
||||||
width: items.width
|
width: items.width
|
||||||
height: UM.Theme.getSize("section").height
|
height: UM.Theme.getSize("section").height
|
||||||
|
Loading…
x
Reference in New Issue
Block a user