FIX:fixed scrolling too slow of parameter search scroll bar

Change-Id: I9999df7329545ef8ca8337c16db1d1ec722c728d
This commit is contained in:
tao wang 2022-07-28 10:57:55 +08:00 committed by Lane.Wei
parent e7f379f4de
commit 8c39e3f6f5
2 changed files with 7 additions and 3 deletions

View file

@ -9,6 +9,7 @@
#endif
enum {BEFORE_SCROLLBAR, ON_SCROLLBAR, AFTER_SCROLLBAR, NOWHERE};
#define SCROLL_D_MOTION 4
class ScrolledWindow;