mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:59:00 +08:00
Fixed blurSettings
UM.MainWindow does not derive from QML Item, so it does not have a forceActiveFocus() method. CURA-2835
This commit is contained in:
parent
e88cbb75f2
commit
a70e4c8120
@ -573,7 +573,7 @@ UM.MainWindow
|
||||
target: Cura.MachineManager
|
||||
onBlurSettings:
|
||||
{
|
||||
forceActiveFocus()
|
||||
contentItem.forceActiveFocus()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user