From f0e053a1b4b42ef3344032589d1c02ff21e21f6f Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 25 Aug 2018 19:56:18 +0200 Subject: Add a horizontal scroll action option for mouse wheel. Resolves #732 --- dom/events/EventStateManager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dom/events/EventStateManager.h') diff --git a/dom/events/EventStateManager.h b/dom/events/EventStateManager.h index d0461e7fa..95ce9a907 100644 --- a/dom/events/EventStateManager.h +++ b/dom/events/EventStateManager.h @@ -513,7 +513,8 @@ protected: ACTION_SCROLL, ACTION_HISTORY, ACTION_ZOOM, - ACTION_LAST = ACTION_ZOOM, + ACTION_HSCROLL, + ACTION_LAST = ACTION_HSCROLL, // Following actions are used only by internal processing. So, cannot // specified by prefs. ACTION_SEND_TO_PLUGIN -- cgit v1.2.3