From: Amir Taaki Date: Thu, 5 Jul 2012 20:56:45 +0000 (+0200) Subject: Force update for lite gui so update() gets called at least once (i.e if create/restor... X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=216ff894b58768b92dff5aa068ba893ecf9b250e;p=electrum-nvc.git Force update for lite gui so update() gets called at least once (i.e if create/restore wallet) --- 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