Merge pull request #703 from wozz/install-show
show/raise install dialog
This commit is contained in:
@@ -135,6 +135,10 @@ class InstallWizard(QDialog):
|
|||||||
vbox.addLayout(ok_cancel_buttons(self, _('Next')))
|
vbox.addLayout(ok_cancel_buttons(self, _('Next')))
|
||||||
|
|
||||||
self.set_layout(vbox)
|
self.set_layout(vbox)
|
||||||
|
|
||||||
|
self.show()
|
||||||
|
self.raise_()
|
||||||
|
|
||||||
if not self.exec_():
|
if not self.exec_():
|
||||||
return None, None
|
return None, None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user