From 9315c26bb248157d0b37ef933e3d16779aed7dd9 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 13 Oct 2024 19:28:17 +0200 Subject: Repeat page scrolling when holding the button When the page scroll mode is enabled, pressing and holding the scrollbar will keep scrolling pages on that direction until the mouse button is released. --- dw/types.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/types.hh') diff --git a/dw/types.hh b/dw/types.hh index 877593fe..eabf5ce7 100644 --- a/dw/types.hh +++ b/dw/types.hh @@ -34,7 +34,7 @@ enum VPosition enum ScrollCommand {SCREEN_UP_CMD, SCREEN_DOWN_CMD, SCREEN_LEFT_CMD, SCREEN_RIGHT_CMD, LINE_UP_CMD, LINE_DOWN_CMD, - LEFT_CMD, RIGHT_CMD, TOP_CMD, BOTTOM_CMD}; + LEFT_CMD, RIGHT_CMD, TOP_CMD, BOTTOM_CMD, NONE_CMD}; /* * Different "layers" may be highlighted in a widget. -- cgit v1.2.3