Fix reference error and hiding SIP from TextArea

This commit is contained in:
Sebastian Kügler 2012-03-27 13:52:48 +02:00
parent d5fa33336c
commit af7ec4df34

View File

@ -340,7 +340,7 @@ Item {
}
onActiveFocusChanged: {
if (!textEdit.activeFocus) {
textInput.closeSoftwareInputPanel()
textEdit.closeSoftwareInputPanel()
}
}
}