diff --git a/PySimpleGUI.py b/PySimpleGUI.py index 1d9032cc..3652050e 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -231,7 +231,6 @@ class Element(): self.ParentForm.FormRemainedOpen = True self.ParentForm.TKroot.quit() # kick the users out of the mainloop - def ComboboxSelectHandler(self, event): MyForm = self.ParentForm # first, get the results table built