Browse Source

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)
metaverse
Wladimir J. van der Laan 11 years ago
parent
commit
b9988c9e74
No known key found for this signature in database GPG Key ID: 74810B012346C9A6
  1. 2
      src/qt/sendcoinsentry.cpp

2
src/qt/sendcoinsentry.cpp

@ -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…
Cancel
Save