mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 01:08:59 +08:00
Fix creating new machine being reverted to overridde in some cases
CURA-7609
This commit is contained in:
parent
37febc9f60
commit
ce72bb1a0b
@ -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…
x
Reference in New Issue
Block a user