commit 6ececd500d78375862391115f4ecb69b6a53e688 parent 14d7be7445fa16d1863a5c114fd1dd4dc4748547 Author: ThomasV <thomasv@gitorious> Date: Sun, 8 Mar 2015 08:07:30 +0100 add show in set_layout Diffstat:
M | gui/qt/installwizard.py | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py @@ -45,6 +45,7 @@ class InstallWizard(QDialog): w.setLayout(layout) self.stack.addWidget(w) self.stack.setCurrentWidget(w) + self.show() def restore_or_create(self): vbox = QVBoxLayout()