Skip to content

Commit bae6c7e

Browse files
committed
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.
1 parent 40ad6e7 commit bae6c7e

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)