Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
LondonClass committed Feb 13, 2024
1 parent e728e60 commit b430476
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pygame_gui/elements/ui_button.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ def on_self_event(self, event:int, data:Dict[str, Any]=None):
event_data.update({'ui_element': self,
'ui_object_id': self.most_specific_combined_id})
pygame.event.post(pygame.event.Event(event, event_data))


def check_pressed(self) -> bool:
"""
Expand Down

0 comments on commit b430476

Please sign in to comment.