changeset 2053:6ed5aa680188 draft

Merge pull request #928 from jojkaart/master Make send coins dialog honor the configured unit type even on the first attempt.
author Wladimir J. van der Laan <laanwj@gmail.com>
date Mon, 19 Mar 2012 01:08:43 -0700
parents 394607c342ea (current diff) 6bed228ab0a0 (diff)
children c0d921030104
files
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt/sendcoinsentry.cpp
+++ b/src/qt/sendcoinsentry.cpp
@@ -66,6 +66,7 @@
 void SendCoinsEntry::setModel(WalletModel *model)
 {
     this->model = model;
+    clear();
 }
 
 void SendCoinsEntry::setRemoveEnabled(bool enabled)