aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/photoviewer/PhotoViewerCore/EditableButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos/photoviewer/PhotoViewerCore/EditableButton.qml')
-rw-r--r--examples/demos/photoviewer/PhotoViewerCore/EditableButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/photoviewer/PhotoViewerCore/EditableButton.qml b/examples/demos/photoviewer/PhotoViewerCore/EditableButton.qml
index b22a025b6b..9d08de575f 100644
--- a/examples/demos/photoviewer/PhotoViewerCore/EditableButton.qml
+++ b/examples/demos/photoviewer/PhotoViewerCore/EditableButton.qml
@@ -80,6 +80,6 @@ Item {
MouseArea {
anchors { fill: parent; leftMargin: -20; topMargin: -20; rightMargin: -20; bottomMargin: -20 }
- onClicked: { textInput.forceActiveFocus(); textInput.openSoftwareInputPanel(); }
+ onClicked: { textInput.forceActiveFocus(); Qt.inputMethod.show(); }
}
}