From 216ff894b58768b92dff5aa068ba893ecf9b250e Mon Sep 17 00:00:00 2001 From: Amir Taaki Date: Thu, 5 Jul 2012 22:56:45 +0200 Subject: [PATCH] Force update for lite gui so update() gets called at least once (i.e if create/restore wallet) --- lib/gui_lite.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/gui_lite.py b/lib/gui_lite.py index 19bad2b..a7352d5 100644 --- a/lib/gui_lite.py +++ b/lib/gui_lite.py @@ -532,6 +532,7 @@ class MiniDriver(QObject): self.initializing() self.connect(self, SIGNAL("updatesignal()"), self.update) + self.update_callback() # This is a hack to workaround that Qt does not like changing the # window properties from this other thread before the runloop has -- 1.7.1