mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06: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
|
||||
onBlurSettings:
|
||||
{
|
||||
forceActiveFocus()
|
||||
contentItem.forceActiveFocus()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue