commit f9796994f73bbd3af189d5ad9e2aced77d7d8027
parent 501bb92584126b5669ace3072be8612f6027a931
Author: ThomasV <thomasv1@gmx.de>
Date: Thu, 29 May 2014 15:07:01 +0200
Merge pull request #703 from wozz/install-show
show/raise install dialog
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/gui/qt/installwizard.py b/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