Fix hover on links in popups

This commit is contained in:
Michal Horejsek
2020-09-04 10:43:59 +02:00
parent bb1d27a5be
commit 33bf64cc4e
2 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,7 @@ Rectangle {
}
MouseArea {
anchors.fill: mainText
cursorShape: mainText.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
acceptedButtons: Qt.NoButton
}