Merge coin control features
[novacoin.git] / src / qt / sendcoinsentry.cpp
index cd18619..0b5db26 100644 (file)
@@ -72,6 +72,8 @@ void SendCoinsEntry::setModel(WalletModel *model)
     if(model && model->getOptionsModel())
         connect(model->getOptionsModel(), SIGNAL(displayUnitChanged(int)), this, SLOT(updateDisplayUnit()));
 
+    connect(ui->payAmount, SIGNAL(textChanged()), this, SIGNAL(payAmountChanged()));
+
     clear();
 }