mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Input: fix cursor shape, should be 'Qt.IBeamCursor'
This commit is contained in:
parent
2f5c47e95f
commit
1dc45bad87
2 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue