mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 19:07:25 -04:00
Merge pull request #2491
1dc45ba Input: fix cursor shape, should be 'Qt.IBeamCursor' (xiphon)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user