aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/declarative/items/qsgtextedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/items/qsgtextedit.cpp b/src/declarative/items/qsgtextedit.cpp
index af018aef8c..5c33a6269f 100644
--- a/src/declarative/items/qsgtextedit.cpp
+++ b/src/declarative/items/qsgtextedit.cpp
@@ -1966,7 +1966,7 @@ void QSGTextEdit::openSoftwareInputPanel()
void QSGTextEdit::closeSoftwareInputPanel()
{
if (qGuiApp)
- qGuiApp->inputPanel()->show();
+ qGuiApp->inputPanel()->hide();
}
void QSGTextEdit::focusInEvent(QFocusEvent *event)