0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

Merge pull request #928 from jojkaart/master

Make send coins dialog honor the configured unit type even on the first attempt.
This commit is contained in:
Wladimir J. van der Laan 2012-03-19 01:08:43 -07:00
commit bd9c6f88be

View file

@ -66,6 +66,7 @@ void SendCoinsEntry::on_payTo_textChanged(const QString &address)
void SendCoinsEntry::setModel(WalletModel *model)
{
this->model = model;
clear();
}
void SendCoinsEntry::setRemoveEnabled(bool enabled)