Merge branch '3.3'

This commit is contained in:
Ghostkeeper 2018-04-23 14:07:46 +02:00
commit 5648bc82e7
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
109 changed files with 118437 additions and 204 deletions

View file

@ -324,8 +324,8 @@ class MachineManager(QObject):
Logger.log("i", "Machine '%s' quality changes set to '%s'",
global_stack.getName(), new_quality_changes_group.name)
else:
if quality_type in quality_groups:
new_quality_group = quality_groups[quality_type]
new_quality_group = quality_groups.get(quality_type)
if new_quality_group is not None:
self._setQualityGroup(new_quality_group, empty_quality_changes = True)
same_quality_found = True
Logger.log("i", "Machine '%s' quality set to '%s'",