aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/virtualkeyboard/basic/Basic.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/virtualkeyboard/basic/Basic.qml b/examples/virtualkeyboard/basic/Basic.qml
index 2fb42197..a0f7c9a1 100644
--- a/examples/virtualkeyboard/basic/Basic.qml
+++ b/examples/virtualkeyboard/basic/Basic.qml
@@ -37,7 +37,7 @@ Rectangle {
height: 720
color: "#F6F6F6"
- // Only set with CONFIG+=disable-desktop.
+ // If enabled, prevents interaction with the text fields
property bool handwritingInputPanelActive: false
Flickable {