|
@@ -1793,7 +1793,9 @@ class LocationWizard(wx.Object):
|
|
self.custompage.DoLayout()
|
|
self.custompage.DoLayout()
|
|
self.sumpage.DoLayout()
|
|
self.sumpage.DoLayout()
|
|
self.wizard.FitToPage(self.datumpage)
|
|
self.wizard.FitToPage(self.datumpage)
|
|
-
|
|
|
|
|
|
+ size = self.wizard.GetPageSize()
|
|
|
|
+ self.wizard.SetPageSize((size[0], size[1] + 75))
|
|
|
|
+
|
|
# new location created?
|
|
# new location created?
|
|
self.location = None
|
|
self.location = None
|
|
success = False
|
|
success = False
|