Fix can't enter MENU_MULTIPLIER_ITEM
This commit is contained in:
parent
be593b600b
commit
19b11dfdd7
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ static void lcd_status_screen();
|
|||
if (lcdDrawUpdate) \
|
||||
lcd_implementation_drawmenu_ ## type(itemSelected, _drawLineNr, PSTR(label), ## args); \
|
||||
if (wasClicked && itemSelected) { \
|
||||
lcd_quick_feedback(); \
|
||||
encoderRateMultiplierEnabled = true; \
|
||||
lastEncoderMovementMillis = 0; \
|
||||
menu_action_ ## type(args); \
|
||||
|
|
Reference in a new issue