From c9625b548b227c140737a86d3e1f01380f4e8cd3 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Sat, 8 Sep 2018 15:15:43 -0400 Subject: [PATCH] minor edit --- PySimpleGUI.py | 1 - 1 file changed, 1 deletion(-) 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