Skip to content

Commit 206a4fd

Browse files
committed
E_showMenu_Q3: undo nonsensical tweak
1 parent cc610eb commit 206a4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/js/banglejs/E_showMenu_Q3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
if (idx<0) return; // TITLE
4343
Bangle.buzz(20);
4444
item.value = item.min + idx*step;
45-
if (item.onchange) item.onchange(item.value, touch);
45+
if (item.onchange) item.onchange(item.value);
4646
scr.scroll = l.scroller.scroll; // set scroll to prev position
4747
show(); // redraw original menu
4848
}

0 commit comments

Comments
 (0)