Removed print
This commit is contained in:
parent
aa2d31f24b
commit
51ea64ce07
1 changed files with 1 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ class FlexForm:
|
||||||
return BuildResults(self, False, self)
|
return BuildResults(self, False, self)
|
||||||
|
|
||||||
def KeyboardCallback(self, event ):
|
def KeyboardCallback(self, event ):
|
||||||
print(".",)
|
# print(".",)
|
||||||
self.LastButtonClicked = None
|
self.LastButtonClicked = None
|
||||||
self.FormRemainedOpen = True
|
self.FormRemainedOpen = True
|
||||||
if event.char != '':
|
if event.char != '':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue