Make the sendcoins dialog use the configured unit type, even on the first attempt.

This commit is contained in:
Joel Kaartinen
2012-03-16 14:23:59 +02:00
committed by Luke Dashjr
parent 0a1c5c9b10
commit 0ae535cdb2

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)