mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fixed blurSetting
CURA-2835
This commit is contained in:
parent
db0fb0c652
commit
af10438277
2 changed files with 1 additions and 2 deletions
|
@ -248,7 +248,6 @@ class MachineManager(QObject):
|
|||
|
||||
def _onActiveExtruderStackChanged(self):
|
||||
self.blurSettings.emit() # Ensure no-one has focus.
|
||||
|
||||
old_active_container_stack = self._active_container_stack
|
||||
|
||||
if self._active_container_stack and self._active_container_stack != self._global_container_stack:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue