Merge pull request #1930

57ade04 transfer: fix non-existent property cursorPosition (mmbyday)
This commit is contained in:
luigi1111
2019-02-06 16:09:55 -06:00

View File

@@ -260,7 +260,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"))
@@ -268,7 +267,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