mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix creating new machine being reverted to overridde in some cases
CURA-7609
This commit is contained in:
parent
37febc9f60
commit
ce72bb1a0b
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ class WorkspaceDialog(QObject):
|
||||||
self.qualityChangesConflictChanged.emit()
|
self.qualityChangesConflictChanged.emit()
|
||||||
|
|
||||||
def getResult(self):
|
def getResult(self):
|
||||||
if "machine" in self._result and not self._has_machine_conflict:
|
if "machine" in self._result and not self._updatable_machines:
|
||||||
self._result["machine"] = None
|
self._result["machine"] = None
|
||||||
if "quality_changes" in self._result and not self._has_quality_changes_conflict:
|
if "quality_changes" in self._result and not self._has_quality_changes_conflict:
|
||||||
self._result["quality_changes"] = None
|
self._result["quality_changes"] = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue