minor edit
This commit is contained in:
parent
bd0bdd8c3b
commit
c9625b548b
|
@ -231,7 +231,6 @@ class Element():
|
||||||
self.ParentForm.FormRemainedOpen = True
|
self.ParentForm.FormRemainedOpen = True
|
||||||
self.ParentForm.TKroot.quit() # kick the users out of the mainloop
|
self.ParentForm.TKroot.quit() # kick the users out of the mainloop
|
||||||
|
|
||||||
|
|
||||||
def ComboboxSelectHandler(self, event):
|
def ComboboxSelectHandler(self, event):
|
||||||
MyForm = self.ParentForm
|
MyForm = self.ParentForm
|
||||||
# first, get the results table built
|
# first, get the results table built
|
||||||
|
|
Loading…
Reference in New Issue