mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix local printer selection update
CURA-6057
This commit is contained in:
parent
cf04ee98ef
commit
1207533046
2 changed files with 2 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ class FirstStartMachineActionsModel(ListModel):
|
||||||
"content": item.displayItem,
|
"content": item.displayItem,
|
||||||
"action": item,
|
"action": item,
|
||||||
})
|
})
|
||||||
|
item.reset()
|
||||||
|
|
||||||
self.setItems(item_list)
|
self.setItems(item_list)
|
||||||
self.reset()
|
self.reset()
|
||||||
|
|
|
||||||
|
|
@ -147,6 +147,7 @@ ScrollView
|
||||||
}
|
}
|
||||||
text: name
|
text: name
|
||||||
visible: base.currentSection == section
|
visible: base.currentSection == section
|
||||||
|
onClicked: ListView.view.currentIndex = index
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue