From 800639376ea0197b2abf42c1c73e4ddba6e30f1e Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Wed, 13 May 2015 17:48:16 +0200 Subject: [PATCH] Adding evens processing --- src/cutecoin/core/account.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cutecoin/core/account.py b/src/cutecoin/core/account.py index 4855ec67..0aa477aa 100644 --- a/src/cutecoin/core/account.py +++ b/src/cutecoin/core/account.py @@ -188,6 +188,7 @@ class Account(QObject): for w in self.wallets: w.refresh_progressed.connect(progressing) + QCoreApplication.processEvents() for c in self.communities: w.init_cache(c) loaded_wallets = loaded_wallets + 1 -- GitLab