summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/TextEditor.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/qml/TextEditor.qml b/framework/qml/TextEditor.qml
index a538e83c..32b0255c 100644
--- a/framework/qml/TextEditor.qml
+++ b/framework/qml/TextEditor.qml
@@ -64,7 +64,6 @@ FocusScope {
64 anchors.fill: parent 64 anchors.fill: parent
65 selectByMouse: true 65 selectByMouse: true
66 wrapMode: TextEdit.Wrap 66 wrapMode: TextEdit.Wrap
67 textFormat: Qt.RichText
68 } 67 }
69 TextArea.flickable: edit 68 TextArea.flickable: edit
70 } 69 }