mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
Make the sendcoins dialog use the configured unit type, even on the first attempt.
This commit is contained in:
parent
840f69c582
commit
aa3d4c0221
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ void SendCoinsEntry::on_payTo_textChanged(const QString &address)
|
||||||
void SendCoinsEntry::setModel(WalletModel *model)
|
void SendCoinsEntry::setModel(WalletModel *model)
|
||||||
{
|
{
|
||||||
this->model = model;
|
this->model = model;
|
||||||
|
clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SendCoinsEntry::setRemoveEnabled(bool enabled)
|
void SendCoinsEntry::setRemoveEnabled(bool enabled)
|
||||||
|
|
Loading…
Reference in a new issue