aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml b/examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml
index 4dc06b28..a7f176a9 100644
--- a/examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml
+++ b/examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml
@@ -238,8 +238,7 @@ ApplicationWindow {
anchors.right: parent.right
anchors.margins: 12
visible: textArea.readOnly
-
- Material.foreground: "white"
+ highlighted: true
onClicked: {
textArea.readOnly = false