mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:55:56 +08:00
Update through self.setItems rather than super().update
Because super().update doesn't exist in this case. Stupid. Contributes to issue CURA-6597.
This commit is contained in:
parent
0047874f03
commit
6e373e02c0
@ -60,4 +60,4 @@ class IntentCategoryModel(ListModel):
|
||||
"intent_category": category,
|
||||
"weight": list(self.name_translation.keys()).index(category)
|
||||
})
|
||||
super().update(result)
|
||||
self.setItems(result)
|
Loading…
x
Reference in New Issue
Block a user