Merge branch 'master' into libArachne_rebased

Conflicts:
	resources/texts/change_log.txt -> Adding 4.10 release notes in between 4.9 and Arachne.
This commit is contained in:
Ghostkeeper 2021-06-30 16:46:19 +02:00
commit 88954922d4
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
484 changed files with 32262 additions and 2638 deletions

View file

@ -708,6 +708,8 @@ class CuraApplication(QtApplication):
@pyqtSlot(str)
def discardOrKeepProfileChangesClosed(self, option: str) -> None:
global_stack = self.getGlobalContainerStack()
if global_stack is None:
return
if option == "discard":
for extruder in global_stack.extruderList:
extruder.userChanges.clear()