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 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
} }
} }