Merge pull request #2491

1dc45ba Input: fix cursor shape, should be 'Qt.IBeamCursor' (xiphon)
pull/2/head
luigi1111 5 years ago
commit 12647fac73
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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

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