From: ThomasV Date: Mon, 30 Sep 2013 15:43:31 +0000 (+0200) Subject: remove show() in waiting dialog X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=1fdb8be42ff98a8f06c234d4c1b38058c0b85717;p=electrum-nvc.git remove show() in waiting dialog --- diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index d8d6555..6521b18 100644 --- a/gui/qt/installwizard.py +++ b/gui/qt/installwizard.py @@ -146,7 +146,6 @@ class InstallWizard(QDialog): vbox = QVBoxLayout(self) self.waiting_label = QLabel(msg) vbox.addWidget(self.waiting_label) - self.show() t = threading.Thread(target = target) t.start() self.exec_()