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