Skip to content

Commit

Permalink
Update menu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
macarooni-man committed Feb 11, 2025
1 parent 114eee0 commit 5d4d851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ def on_mouse_pos(self, *args):
if not self.get_root_window() or self.disabled:
return # do proceed if I'm not displayed <=> If there's no parent
pos = args[1]
f

# Unhover if Android
if constants.is_android:
def unhover(*a):
Expand Down

0 comments on commit 5d4d851

Please sign in to comment.