From 20d2446ed1f6690d37489be4c0ca4d75f2c24a4b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 18 Sep 2017 08:05:20 +0200 Subject: Autodetect textformat to not break plaintext When showing plaintext all linebreaks were ignored. --- framework/qml/TextEditor.qml | 1 - 1 file changed, 1 deletion(-) 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 { anchors.fill: parent selectByMouse: true wrapMode: TextEdit.Wrap - textFormat: Qt.RichText } TextArea.flickable: edit } -- cgit v1.2.3