mirror of
https://github.com/Insality/druid
synced 2025-09-28 02:22:19 +02:00
Update drag screen koef value
This commit is contained in:
@@ -743,7 +743,6 @@ function Scroll._process_scroll_wheel(self, action_id, action)
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
local koef = (action_id == const.ACTION_SCROLL_UP) and 1 or -1
|
||||
if self.style.WHEEL_SCROLL_INVERTED then
|
||||
koef = -koef
|
||||
|
Reference in New Issue
Block a user