Browse Source

remove show() in waiting dialog

283
ThomasV 11 years ago
parent
commit
1fdb8be42f
  1. 1
      gui/qt/installwizard.py

1
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_()

Loading…
Cancel
Save