mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -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:
|
||||
|
|
|
@ -539,7 +539,7 @@ UM.MainWindow
|
|||
target: Cura.MachineManager
|
||||
onBlurSettings:
|
||||
{
|
||||
contentItem.focus = true
|
||||
forceActiveFocus()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue