diff options
Diffstat (limited to 'framework/qml')
-rw-r--r-- | framework/qml/TextEditor.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/TextEditor.qml b/framework/qml/TextEditor.qml index 32b0255c..e14e60b0 100644 --- a/framework/qml/TextEditor.qml +++ b/framework/qml/TextEditor.qml | |||
@@ -64,6 +64,7 @@ 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: root.htmlEnabled ? Qt.RichText : Qt.PlainText | ||
67 | } | 68 | } |
68 | TextArea.flickable: edit | 69 | TextArea.flickable: edit |
69 | } | 70 | } |