mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-10 23:07:52 +00: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:
commit
bd9c6f88be
@ -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