mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:59:11 +08:00
Fixed blurSetting
CURA-2835
This commit is contained in:
parent
db0fb0c652
commit
af10438277
@ -248,7 +248,6 @@ class MachineManager(QObject):
|
|||||||
|
|
||||||
def _onActiveExtruderStackChanged(self):
|
def _onActiveExtruderStackChanged(self):
|
||||||
self.blurSettings.emit() # Ensure no-one has focus.
|
self.blurSettings.emit() # Ensure no-one has focus.
|
||||||
|
|
||||||
old_active_container_stack = self._active_container_stack
|
old_active_container_stack = self._active_container_stack
|
||||||
|
|
||||||
if self._active_container_stack and self._active_container_stack != self._global_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
|
target: Cura.MachineManager
|
||||||
onBlurSettings:
|
onBlurSettings:
|
||||||
{
|
{
|
||||||
contentItem.focus = true
|
forceActiveFocus()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user