fix(chat): Show beam mouse cursor over the chat message field
Fixes #4896
This commit is contained in:
parent
68a4498d11
commit
12b6500fbe
|
@ -1046,7 +1046,7 @@ Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
acceptedButtons: Qt.NoButton
|
acceptedButtons: Qt.NoButton
|
||||||
enabled: parent.hoveredLink
|
enabled: parent.hoveredLink
|
||||||
cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
|
cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.IBeamCursor
|
||||||
}
|
}
|
||||||
StatusTextFormatMenu {
|
StatusTextFormatMenu {
|
||||||
id: textFormatMenu
|
id: textFormatMenu
|
||||||
|
|
Loading…
Reference in New Issue