Fix reference error
This commit is contained in:
parent
4fcf00b9eb
commit
cf9bae7950
@ -339,7 +339,7 @@ Item {
|
|||||||
opacity: 0.5
|
opacity: 0.5
|
||||||
}
|
}
|
||||||
onActiveFocusChanged: {
|
onActiveFocusChanged: {
|
||||||
if (!textField.activeFocus) {
|
if (!textEdit.activeFocus) {
|
||||||
textInput.closeSoftwareInputPanel()
|
textInput.closeSoftwareInputPanel()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -371,4 +371,4 @@ Item {
|
|||||||
orientation: Qt.Vertical
|
orientation: Qt.Vertical
|
||||||
stepSize: textEdit.font.pixelSize
|
stepSize: textEdit.font.pixelSize
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user