summaryrefslogtreecommitdiffstats
path: root/basicsuite/textinput/TextArea.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/textinput/TextArea.qml')
-rw-r--r--basicsuite/textinput/TextArea.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/basicsuite/textinput/TextArea.qml b/basicsuite/textinput/TextArea.qml
index 490e066..6832356 100644
--- a/basicsuite/textinput/TextArea.qml
+++ b/basicsuite/textinput/TextArea.qml
@@ -77,12 +77,6 @@ TextBase {
selectionColor: Qt.rgba(1.0, 1.0, 1.0, 0.5)
selectedTextColor: Qt.rgba(0.0, 0.0, 0.0, 0.8)
anchors { left: parent.left; right: parent.right; margins: 12 }
- cursorDelegate: Rectangle {
- width: 2
- opacity: 0.7
- color: "#EEEEEE"
- visible: textEdit.activeFocus
- }
onActiveFocusChanged: if (!activeFocus) deselect()
}