mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-24 18:23:26 -03:00
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)
This commit is contained in:
commit
b9988c9e74
1 changed files with 0 additions and 2 deletions
|
@ -97,8 +97,6 @@ void SendCoinsEntry::clear()
|
|||
ui->memoTextLabel_s->clear();
|
||||
ui->payAmount_s->clear();
|
||||
|
||||
ui->payTo->setFocus();
|
||||
|
||||
// update the display unit, to not use the default ("BTC")
|
||||
updateDisplayUnit();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue