clear fiat amounts

This commit is contained in:
Craig Raw
2020-08-20 12:30:21 +02:00
parent 77dd8ca5d7
commit 4c8f7bb711
2 changed files with 5 additions and 1 deletions
+1 -1
Submodule drongo updated: b9ef670e61...9663629e34
@@ -504,10 +504,14 @@ public class SendController extends WalletFormController implements Initializabl
amount.setText("");
amount.textProperty().addListener(amountListener);
fiatAmount.setText("");
fee.textProperty().removeListener(feeListener);
fee.setText("");
fee.textProperty().addListener(feeListener);
fiatFeeAmount.setText("");
userFeeSet.set(false);
targetBlocks.setValue(4);
utxoSelectorProperty.setValue(null);