mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-22 00:00:55 +01:00
Make the sendcoins dialog use the configured unit type, even on the first attempt.
This commit is contained in:
committed by
Luke Dashjr
parent
0a1c5c9b10
commit
0ae535cdb2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user