1
0

kivy: receive_screen.clear

This commit is contained in:
ThomasV
2016-03-05 09:44:28 +01:00
parent 4af1c2cbc4
commit 2d17dbb10c
2 changed files with 7 additions and 3 deletions

View File

@@ -497,7 +497,7 @@ class ElectrumWindow(App):
# Once GUI has been initialized check if we want to announce something
# since the callback has been called before the GUI was initialized
if self.receive_screen:
self.receive_screen.screen.address = ''
self.receive_screen.clear()
self.update_tabs()
self.notify_transactions()
run_hook('load_wallet', wallet, self)