Browse Source

Force update for lite gui so update() gets called at least once (i.e if create/restore wallet)

283
Amir Taaki 12 years ago
parent
commit
216ff894b5
  1. 1
      lib/gui_lite.py

1
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

Loading…
Cancel
Save