kivy: update fee dialog on new fee

This commit is contained in:
ThomasV 2018-03-02 09:46:10 +01:00
parent 968862076f
commit 4321950f63
1 changed files with 2 additions and 0 deletions

View File

@ -843,6 +843,8 @@ class ElectrumWindow(App):
def on_fee(self, event, *arg):
self.fee_status = self.electrum_config.get_fee_status()
if self._fee_dialog:
self._fee_dialog.update_text()
def protected(self, msg, f, args):
if self.wallet.has_password():