diff options
| author | mmbyday <mmbyday@protonmail.com> | 2019-02-01 17:43:40 -0800 |
|---|---|---|
| committer | mmbyday <mmbyday@protonmail.com> | 2019-02-01 17:43:40 -0800 |
| commit | 57ade0406e47e3f9dcdb63b9e8d8e254a6721aeb (patch) | |
| tree | a2c8e7de446201651ff3d0732c20eb0a49e294e0 | |
| parent | c7f3deb5cc5e68891154c14275fd5dfe6bdd0a71 (diff) | |
| download | monzero-gui-57ade0406e47e3f9dcdb63b9e8d8e254a6721aeb.tar.gz monzero-gui-57ade0406e47e3f9dcdb63b9e8d8e254a6721aeb.tar.xz monzero-gui-57ade0406e47e3f9dcdb63b9e8d8e254a6721aeb.zip | |
transfer: fix non-existent property cursorPosition
| -rw-r--r-- | pages/Transfer.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pages/Transfer.qml b/pages/Transfer.qml index aba47b45..2dd00439 100644 --- a/pages/Transfer.qml +++ b/pages/Transfer.qml @@ -265,7 +265,6 @@ Rectangle { if (parts[0] === "true") { if (address_ok) { addressLine.text = parts[1] - addressLine.cursorPosition = 0 } else oa_message(qsTr("No valid address found at this OpenAlias address")) @@ -273,7 +272,6 @@ Rectangle { else if (parts[0] === "false") { if (address_ok) { addressLine.text = parts[1] - addressLine.cursorPosition = 0 oa_message(qsTr("Address found, but the DNSSEC signatures could not be verified, so this address may be spoofed")) } else |
