Skip to content

Commit b9988c9

Browse files
committed
Merge pull request #3339
bae6c7e Fix a rare crash on Mac OS X, by removing a setFocus on the payTo field that was not necessary, as the field still receives focus without it. (Ryan Niebur)
2 parents 49dc3a0 + bae6c7e commit b9988c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/qt/sendcoinsentry.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ void SendCoinsEntry::clear()
9797
ui->memoTextLabel_s->clear();
9898
ui->payAmount_s->clear();
9999

100-
ui->payTo->setFocus();
101-
102100
// update the display unit, to not use the default ("BTC")
103101
updateDisplayUnit();
104102
}

0 commit comments

Comments
 (0)