Skip to content

Commit

Permalink
Fixing display of scroll mode for wheel gaze.
Browse files Browse the repository at this point in the history
  • Loading branch information
epochwolf committed Jul 7, 2024
1 parent 2c18a5f commit 8bd7ff8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin/mouse/mouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,12 @@ def mouse_scroll_stop():

def mouse_gaze_scroll():
"""Starts gaze scroll"""
# this calls stop_scroll, which resets continuous_scroll_mode
start_cursor_scrolling()

global continuous_scroll_mode
continuous_scroll_mode = "gaze scroll"

start_cursor_scrolling()
if not settings.get("user.mouse_hide_mouse_gui"):
gui_wheel.show()

Expand Down

0 comments on commit 8bd7ff8

Please sign in to comment.