Fixed dialog creation in pyfaGaugePreferences, this time for good

This commit is contained in:
HomeWorld
2010-12-05 17:22:28 +02:00
parent 23b9c53e59
commit cba719f324

View File

@@ -463,5 +463,6 @@ class PFGaugePref ( wx.Dialog):
if __name__ == '__main__':
app = wx.PySimpleApp()
dlg = PFGaugePref()
dlg.Show()
dlg.ShowModal()
dlg.Destroy()
app.MainLoop()