Major update of all demo programs to use new PEP8 bindings, etc
This commit is contained in:
parent
3f7c87c562
commit
7f52778bcc
307 changed files with 19546 additions and 3297 deletions
|
@ -628,7 +628,7 @@ class Element():
|
|||
:param event:
|
||||
|
||||
"""
|
||||
print(f'In return handler. event = {event}')
|
||||
# print(f'In return handler. event = {event}')
|
||||
MyForm = self.ParentForm
|
||||
button_element = self._FindReturnKeyBoundButton(MyForm)
|
||||
if button_element is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue