commit 958898280e5801618cec7e28d8b4f9ec3e76731a
parent 8b79e9fed1dfe4f8c272098f828acd19dcf2b15a
Author: ThomasV <thomasv@electrum.org>
Date: Sat, 7 Mar 2020 23:06:30 +0100
follow-up previous commit
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/electrum/gui/kivy/main_window.py b/electrum/gui/kivy/main_window.py
@@ -433,9 +433,6 @@ class ElectrumWindow(App):
def switch_to(self, name):
s = getattr(self, name + '_screen', None)
- if s is None:
- s = self.tabs.ids[name + '_screen']
- s.load_screen()
panel = self.tabs.ids.panel
tab = self.tabs.ids[name + '_tab']
panel.switch_to(tab)