Correct a typo in typing. [CURA-6016]

This commit is contained in:
Remco Burema 2018-12-11 17:21:14 +01:00
parent 75ff03f3c8
commit b413b4cdb6

View File

@ -59,7 +59,7 @@ class BaseMaterialsModel(ListModel):
self._extruder_stack = None
self._available_materials = None # type: Optional[Dict[str, MaterialNode]]
self._favorite_ids = set() # type: Set(str)
self._favorite_ids = set() # type: Set[str]
def _updateExtruderStack(self):
global_stack = self._machine_manager.activeMachine