mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 13:25:54 +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,
|
||||
"action": item,
|
||||
})
|
||||
item.reset()
|
||||
|
||||
self.setItems(item_list)
|
||||
self.reset()
|
||||
|
@ -147,6 +147,7 @@ ScrollView
|
||||
}
|
||||
text: name
|
||||
visible: base.currentSection == section
|
||||
onClicked: ListView.view.currentIndex = index
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user