diff --git a/helloWorld.py b/helloWorld.py index 1ef9818..f85678b 100644 --- a/helloWorld.py +++ b/helloWorld.py @@ -79,7 +79,7 @@ class ServerPanel(wx.Frame): def open_settings(self,e): print("open settings") - dg = GetData(parent = ServerPanel(self)) + dg = GetData(parent = None) dg.ShowModal() # box = wx.TextEntryDialog(None, "Host: ") # if box.ShowModal() == wx.ID_OK: