mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Make the sendcoins dialog use the configured unit type, even on the first attempt.
This commit is contained in:
parent
840f69c582
commit
aa3d4c0221
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user