voodoo fix
authorThomasV <thomasv@gitorious>
Thu, 14 Jun 2012 14:53:23 +0000 (16:53 +0200)
committerThomasV <thomasv@gitorious>
Thu, 14 Jun 2012 14:53:23 +0000 (16:53 +0200)
lib/gui_qt.py

index 1a5b7fe..4239e7e 100644 (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: