Fixed dialog creation in pyfaGaugePreferences, this time for good
This commit is contained in:
@@ -463,5 +463,6 @@ class PFGaugePref ( wx.Dialog):
|
||||
if __name__ == '__main__':
|
||||
app = wx.PySimpleApp()
|
||||
dlg = PFGaugePref()
|
||||
dlg.Show()
|
||||
dlg.ShowModal()
|
||||
dlg.Destroy()
|
||||
app.MainLoop()
|
||||
|
||||
Reference in New Issue
Block a user