mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -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()
|
||||
|
||||
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
|
||||
if "quality_changes" in self._result and not self._has_quality_changes_conflict:
|
||||
self._result["quality_changes"] = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue