clear send fields if unit setting is changed

This commit is contained in:
ThomasV 2015-11-08 00:00:11 +01:00
parent d82896dadf
commit 386319b015
1 changed files with 1 additions and 0 deletions

View File

@ -2698,6 +2698,7 @@ class ElectrumWindow(QMainWindow, PrintError):
self.history_list.update()
self.receive_list.update()
self.address_list.update()
self.do_clear()
fee_e.setAmount(self.wallet.fee_per_kb(self.config))
self.update_status()
unit_combo.currentIndexChanged.connect(on_unit)