Skip to content

Commit

Permalink
clear send fields if unit setting is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa committed Nov 7, 2015
1 parent d82896d commit 386319b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/qt/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -2698,6 +2698,7 @@ def on_unit(x):
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)
Expand Down

0 comments on commit 386319b

Please sign in to comment.