mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 14:09:02 +08:00
Fix initialization of ContainerSettingsModel
CURA-1668
This commit is contained in:
parent
b85a8ca404
commit
a6dd9e7415
@ -20,7 +20,7 @@ class ContainerSettingsModel(ListModel):
|
|||||||
self.addRoleName(self.ValuesRole, "values")
|
self.addRoleName(self.ValuesRole, "values")
|
||||||
|
|
||||||
self._container_ids = []
|
self._container_ids = []
|
||||||
self._container = None
|
self._containers = []
|
||||||
|
|
||||||
def _onPropertyChanged(self, key, property_name):
|
def _onPropertyChanged(self, key, property_name):
|
||||||
if property_name == "value":
|
if property_name == "value":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user