mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
CURA-4606 fix profiles page Active button
This commit is contained in:
parent
3ff9cb6b1e
commit
8efe13a55a
3 changed files with 15 additions and 6 deletions
|
@ -1148,6 +1148,7 @@ class MachineManager(QObject):
|
|||
|
||||
def _setEmptyQuality(self):
|
||||
self._current_quality_group = None
|
||||
self._current_quality_changes_group = None
|
||||
self._global_container_stack.quality = self._empty_quality_container
|
||||
self._global_container_stack.qualityChanges = self._empty_quality_changes_container
|
||||
for extruder in self._global_container_stack.extruders.values():
|
||||
|
@ -1158,6 +1159,7 @@ class MachineManager(QObject):
|
|||
|
||||
def _setQualityGroup(self, quality_group, empty_quality_changes = True):
|
||||
self._current_quality_group = quality_group
|
||||
self._current_quality_changes_group = None
|
||||
|
||||
# Set quality and quality_changes for the GlobalStack
|
||||
self._global_container_stack.quality = quality_group.node_for_global.getContainer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue