Show the previously selected preset, when coming back from the toolchain page.
[bertos.git] / wizard / BWizard.py
index 843630059cc9dda991b96de6de3d5cb71fae0ff0..a22e603c4037e1c46d462fbd9e357b552cf49aef 100644 (file)
@@ -93,5 +93,5 @@ class BWizard(QWizard):
 
     def done(self, result):
         geometry = self.geometry()
-        QApplication.instance().settings.setValue("geometry", geometry)
+        QApplication.instance().settings.setValue("geometry", QVariant(geometry))
         QWizard.done(self, result)