Browse Source

Merge pull request #703 from wozz/install-show

show/raise install dialog
283
ThomasV 11 years ago
parent
commit
f9796994f7
  1. 4
      gui/qt/installwizard.py

4
gui/qt/installwizard.py

@ -135,6 +135,10 @@ class InstallWizard(QDialog):
vbox.addLayout(ok_cancel_buttons(self, _('Next')))
self.set_layout(vbox)
self.show()
self.raise_()
if not self.exec_():
return None, None

Loading…
Cancel
Save