Skip to content

Commit 86860af

Browse files
kill events generated after a MINUS
1 parent 82ea15a commit 86860af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SCRIPTS/BF/ui.lua

+1
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ function run_ui(event)
352352
incValue(1)
353353
elseif event == userEvent.press.minus or event == userEvent.repeatPress.minus or event == userEvent.dial.left then
354354
incValue(-1)
355+
killEvents(event)
355356
end
356357
end
357358
local nextPage = currentPage

0 commit comments

Comments
 (0)