Skip to content

Commit

Permalink
Merge 03efe07 into 8dc900f
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasZahradnik committed Apr 8, 2020
2 parents 8dc900f + 03efe07 commit b11ab46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcade/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def set_exclusive_keyboard(self, exclusive=True):
super().set_exclusive_keyboard(exclusive)

def get_system_mouse_cursor(self, name):
super().get_system_mouse_cursor(name)
return super().get_system_mouse_cursor(name)

def dispatch_events(self):
super().dispatch_events()
Expand Down

0 comments on commit b11ab46

Please sign in to comment.