summaryrefslogtreecommitdiff
path: root/src/controls/TextArea.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/TextArea.qml')
-rw-r--r--src/controls/TextArea.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/controls/TextArea.qml b/src/controls/TextArea.qml
index e551d46e..751e7ce0 100644
--- a/src/controls/TextArea.qml
+++ b/src/controls/TextArea.qml
@@ -405,8 +405,6 @@ ScrollView {
This property contains the link string when user hovers a link
embedded in the text. The link must be in rich text or HTML format
and the link string provides access to the particular link.
-
- \sa onLinkHovered
*/
readonly property alias hoveredLink: edit.hoveredLink
@@ -718,7 +716,7 @@ ScrollView {
wrapMode: TextEdit.WordWrap
textMargin: 4
- selectByMouse: true
+ selectByMouse: Qt.platform.os !== "android" // Workaround for QTBUG-36515
readOnly: false
Keys.forwardTo: area