From ab2b00093e1a40fc8dabd2c95b4bbd576e88e953 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 31 Jul 2018 12:25:12 +0200 Subject: Fixed replies We accidentally ended up stripping newlines --- framework/qml/TextEditor.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qml') diff --git a/framework/qml/TextEditor.qml b/framework/qml/TextEditor.qml index 45bf2ecd..7dd30625 100644 --- a/framework/qml/TextEditor.qml +++ b/framework/qml/TextEditor.qml @@ -96,7 +96,7 @@ FocusScope { focus: true selectByMouse: true wrapMode: TextEdit.Wrap - textFormat: Qt.RichText + textFormat: Qt.AutoText onCursorRectangleChanged: flickableItem.ensureVisible(cursorRectangle) color: Kube.Colors.textColor -- cgit v1.2.3