Cleanup in mainFrame (forgot to remove an useless statement) + pyfaGaugePreferences fix for intervals

This commit is contained in:
HomeWorld
2010-12-05 20:18:41 +02:00
parent e9062074d1
commit e57dcd72e9
2 changed files with 16 additions and 17 deletions

View File

@@ -152,7 +152,6 @@ class MainFrame(wx.Frame):
if self.IsIconized():
return
width,height = self.GetSize()
x,y = self.GetPosition()
self.mainFrameAttribs["wnd_width"] = width
self.mainFrameAttribs["wnd_height"] = height