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