mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix initialization of ContainerSettingsModel
CURA-1668
This commit is contained in:
parent
b85a8ca404
commit
a6dd9e7415
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class ContainerSettingsModel(ListModel):
|
|||
self.addRoleName(self.ValuesRole, "values")
|
||||
|
||||
self._container_ids = []
|
||||
self._container = None
|
||||
self._containers = []
|
||||
|
||||
def _onPropertyChanged(self, key, property_name):
|
||||
if property_name == "value":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue