1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-21 03:45:53 +01:00

Merge pull request #2491

1dc45ba Input: fix cursor shape, should be 'Qt.IBeamCursor' (xiphon)
This commit is contained in:
luigi1111 2019-11-25 12:47:26 -06:00
commit 12647fac73
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
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();