https://bugs.kde.org/show_bug.cgi?id=417953
--- Comment #3 from luca <luca.pedrie...@gmail.com> --- in this way I've restored cursor shape changes: ---------------------------------------------------------------------------- *************** *** 337,342 **** --- 338,349 ---- mainTextArea.deselect() } onDragEnter: mainTextArea.forceActiveFocus() + + MouseArea { + anchors.fill: parent + cursorShape: mainTextArea.hoveredLink ? Qt.PointingHandCursor : Qt.IBeamCursor + acceptedButtons: Qt.NoButton + } } RowLayout { --------------------------------------------------------------------------- -- You are receiving this mail because: You are watching all bug changes.