Fix reference error

This commit is contained in:
Sebastian Kügler 2012-01-28 14:00:58 +01:00
parent 4fcf00b9eb
commit cf9bae7950

View File

@ -339,7 +339,7 @@ Item {
opacity: 0.5
}
onActiveFocusChanged: {
if (!textField.activeFocus) {
if (!textEdit.activeFocus) {
textInput.closeSoftwareInputPanel()
}
}
@ -371,4 +371,4 @@ Item {
orientation: Qt.Vertical
stepSize: textEdit.font.pixelSize
}
}
}