mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 22:57:25 -04:00
Input: fix cursor shape, should be 'Qt.IBeamCursor'
This commit is contained in:
@@ -47,6 +47,7 @@ TextField {
|
||||
}
|
||||
|
||||
MoneroComponents.ContextMenu {
|
||||
cursorShape: Qt.IBeamCursor
|
||||
onPaste: {
|
||||
textField.clear();
|
||||
textField.paste();
|
||||
|
||||
Reference in New Issue
Block a user