Browse Source

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

0.8
Joel Kaartinen 13 years ago
parent
commit
aa3d4c0221
  1. 1
      src/qt/sendcoinsentry.cpp

1
src/qt/sendcoinsentry.cpp

@ -66,6 +66,7 @@ void SendCoinsEntry::on_payTo_textChanged(const QString &address) @@ -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…
Cancel
Save