Fixed dialog creation in pyfaGaugePreferences

This commit is contained in:
HomeWorld
2010-12-05 17:12:18 +02:00
parent f3417b39b4
commit 23b9c53e59

View File

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