Removed a commment
This commit is contained in:
parent
9b190f5cee
commit
88bdf72d8a
|
@ -1030,7 +1030,6 @@ class FlexForm:
|
|||
self.LastKeyboardEvent = event.char
|
||||
else:
|
||||
self.LastKeyboardEvent = str(event.keysym) + ':' + str(event.keycode)
|
||||
# self.LastKeyboardEvent = event
|
||||
if not self.NonBlocking:
|
||||
results = BuildResults(self, False, self)
|
||||
self.TKroot.quit()
|
||||
|
|
Loading…
Reference in New Issue