diff options
Diffstat (limited to 'src/controls/TextArea.qml')
| -rw-r--r-- | src/controls/TextArea.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/TextArea.qml b/src/controls/TextArea.qml index c1bb9bcb8..ce5764c60 100644 --- a/src/controls/TextArea.qml +++ b/src/controls/TextArea.qml @@ -741,7 +741,7 @@ ScrollView { MouseArea { parent: area.viewport anchors.fill: parent - cursorShape: Qt.IBeamCursor + cursorShape: edit.hoveredLink ? Qt.PointingHandCursor : Qt.IBeamCursor acceptedButtons: Qt.NoButton } } |
