Browse Source

clear send fields if unit setting is changed

283
ThomasV 9 years ago
parent
commit
386319b015
  1. 1
      gui/qt/main_window.py

1
gui/qt/main_window.py

@ -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)

Loading…
Cancel
Save