Ensure that changing material type results in profile re-evaluation

CURA-7657
This commit is contained in:
Jaime van Kessel 2020-08-18 13:54:21 +02:00
parent ea7dc0ff01
commit 907caa53f0
No known key found for this signature in database
GPG key ID: 3710727397403C91
2 changed files with 3 additions and 1 deletions

View file

@ -1703,7 +1703,7 @@ class MachineManager(QObject):
return False
return global_stack.qualityChanges != empty_quality_changes_container
def _updateUponMaterialMetadataChange(self) -> None:
def updateUponMaterialMetadataChange(self) -> None:
if self._global_container_stack is None:
return
with postponeSignals(*self._getContainerChangedSignals(), compress = CompressTechnique.CompressPerParameterValue):