diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-11-25 12:47:26 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-11-25 12:47:26 -0600 |
| commit | 12647fac73302d22c2cdf03f74847ea950b3984d (patch) | |
| tree | 80ad7fd750702bc613a400b0a05b6aee5a38aade /components/Input.qml | |
| parent | 9f0f40af804044296733d98aff9a43d4ca1b0a09 (diff) | |
| parent | 1dc45bad8753e80dc4014d1331401a2bb5ba44c9 (diff) | |
| download | monzero-gui-12647fac73302d22c2cdf03f74847ea950b3984d.tar.gz monzero-gui-12647fac73302d22c2cdf03f74847ea950b3984d.tar.xz monzero-gui-12647fac73302d22c2cdf03f74847ea950b3984d.zip | |
Merge pull request #2491
1dc45ba Input: fix cursor shape, should be 'Qt.IBeamCursor' (xiphon)
Diffstat (limited to 'components/Input.qml')
| -rw-r--r-- | components/Input.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/Input.qml b/components/Input.qml index 3ac9a532..33601d88 100644 --- a/components/Input.qml +++ b/components/Input.qml @@ -47,6 +47,7 @@ TextField { } MoneroComponents.ContextMenu { + cursorShape: Qt.IBeamCursor onPaste: { textField.clear(); textField.paste(); |
