mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 20:02:04 +02:00
Merge pull request #2491
1dc45ba
Input: fix cursor shape, should be 'Qt.IBeamCursor' (xiphon)
This commit is contained in:
commit
12647fac73
@ -47,6 +47,7 @@ TextField {
|
|||||||
}
|
}
|
||||||
|
|
||||||
MoneroComponents.ContextMenu {
|
MoneroComponents.ContextMenu {
|
||||||
|
cursorShape: Qt.IBeamCursor
|
||||||
onPaste: {
|
onPaste: {
|
||||||
textField.clear();
|
textField.clear();
|
||||||
textField.paste();
|
textField.paste();
|
||||||
|
@ -70,6 +70,7 @@ TextArea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
MoneroComponents.ContextMenu {
|
MoneroComponents.ContextMenu {
|
||||||
|
cursorShape: Qt.IBeamCursor
|
||||||
onPaste: {
|
onPaste: {
|
||||||
textArea.clear();
|
textArea.clear();
|
||||||
textArea.paste();
|
textArea.paste();
|
||||||
|
Loading…
Reference in New Issue
Block a user