mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ Item {
|
|||
{
|
||||
id: extruders_model
|
||||
}
|
||||
visible: extruders_model.rowCount() > 1
|
||||
textRole: "name"
|
||||
width: items.width
|
||||
height: UM.Theme.getSize("section").height
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue