Fix initialization of ContainerSettingsModel

CURA-1668
This commit is contained in:
fieldOfView 2016-06-09 08:14:06 +02:00
parent b85a8ca404
commit a6dd9e7415

View file

@ -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":