mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 20:55:53 +08:00
Fix local printer selection update
CURA-6057
This commit is contained in:
parent
cf04ee98ef
commit
1207533046
@ -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…
x
Reference in New Issue
Block a user