From 4e714839753107418a436adc835d4fb2214a9c95 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 14 Jun 2012 16:53:23 +0200 Subject: [PATCH] voodoo fix --- lib/gui_qt.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/gui_qt.py b/lib/gui_qt.py index 1a5b7fe38..4239e7e65 100644 --- a/lib/gui_qt.py +++ b/lib/gui_qt.py @@ -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: