Input: fix cursor shape, should be 'Qt.IBeamCursor'

This commit is contained in:
xiphon 2019-11-25 07:55:54 +00:00
parent 2f5c47e95f
commit 1dc45bad87
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ TextField {
}
MoneroComponents.ContextMenu {
cursorShape: Qt.IBeamCursor
onPaste: {
textField.clear();
textField.paste();

View File

@ -70,6 +70,7 @@ TextArea {
}
MoneroComponents.ContextMenu {
cursorShape: Qt.IBeamCursor
onPaste: {
textArea.clear();
textArea.paste();