Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MyreMylar committed Apr 6, 2023
1 parent a97f640 commit ac98586
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pygame_gui/elements/ui_text_entry_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@ def process_event(self, event: Event) -> bool:
consumed_event = True
elif self._process_action_key_event(event):
consumed_event = True
# elif self._process_text_entry_key(event):
# consumed_event = True

if self.is_enabled and self.is_focused and event.type == TEXTINPUT:
processed_any_char = False
Expand Down
2 changes: 0 additions & 2 deletions pygame_gui/elements/ui_text_entry_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,6 @@ def process_event(self, event: pygame.event.Event) -> bool:
consumed_event = True
elif self._process_action_key_event(event):
consumed_event = True
# elif self._process_text_entry_key(event):
# consumed_event = True

if self.is_enabled and self.is_focused and event.type == pygame.TEXTINPUT:
processed_any_char = False
Expand Down

0 comments on commit ac98586

Please sign in to comment.