diff --git a/plugin/mouse/mouse.py b/plugin/mouse/mouse.py index b840ac2c8e..d74f3f886f 100644 --- a/plugin/mouse/mouse.py +++ b/plugin/mouse/mouse.py @@ -207,9 +207,11 @@ def mouse_scroll_stop(): def mouse_gaze_scroll(): """Starts gaze scroll""" global continuous_scroll_mode + # this calls stop_scroll, which resets continuous_scroll_mode + start_cursor_scrolling() + continuous_scroll_mode = "gaze scroll" - start_cursor_scrolling() if not settings.get("user.mouse_hide_mouse_gui"): gui_wheel.show()