summaryrefslogtreecommitdiff
path: root/components/TextArea.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/TextArea.qml')
-rw-r--r--components/TextArea.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/TextArea.qml b/components/TextArea.qml
index b5deaa9d..b663ce10 100644
--- a/components/TextArea.qml
+++ b/components/TextArea.qml
@@ -79,6 +79,7 @@ ScrollArea {
y: documentMargins
// height has to be big enough to handle mouse focus
height: Math.max(area.height, paintedHeight)
+ renderType: Desktop.nativeTextRendering ? Text.NativeRendering : Text.QtRendering
selectByMouse: true
readOnly: false