voodoo fix

This commit is contained in:
ThomasV 2012-06-14 16:53:23 +02:00
parent 0952366a55
commit 4e71483975
1 changed files with 6 additions and 0 deletions

View File

@ -210,6 +210,12 @@ class ElectrumWindow(QMainWindow):
self.connect(self, QtCore.SIGNAL('updatesignal'), self.update_wallet)
self.history_list.setFocus(True)
# dark magic fix by flatfly; https://bitcointalk.org/index.php?topic=73651.msg959913#msg959913
if platform.system() == 'Windows':
tabs.setCurrentIndex (2)
tabs.setCurrentIndex (3)
tabs.setCurrentIndex (0)
def connect_slots(self, sender):
if self.wallet.seed: