mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 03:41:08 -07: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
1 changed files with 1 additions and 1 deletions
|
|
@ -573,7 +573,7 @@ UM.MainWindow
|
||||||
target: Cura.MachineManager
|
target: Cura.MachineManager
|
||||||
onBlurSettings:
|
onBlurSettings:
|
||||||
{
|
{
|
||||||
forceActiveFocus()
|
contentItem.forceActiveFocus()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue