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 { MoneroComponents.ContextMenu {
cursorShape: Qt.IBeamCursor
onPaste: { onPaste: {
textField.clear(); textField.clear();
textField.paste(); textField.paste();

View File

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