Browse Source

Fix can't enter MENU_MULTIPLIER_ITEM

AnHardt 9 years ago
parent
commit
19b11dfdd7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/ultralcd.cpp

+ 1
- 0
Marlin/ultralcd.cpp View File

184
         if (lcdDrawUpdate) \
184
         if (lcdDrawUpdate) \
185
           lcd_implementation_drawmenu_ ## type(itemSelected, _drawLineNr, PSTR(label), ## args); \
185
           lcd_implementation_drawmenu_ ## type(itemSelected, _drawLineNr, PSTR(label), ## args); \
186
         if (wasClicked && itemSelected) { \
186
         if (wasClicked && itemSelected) { \
187
+          lcd_quick_feedback(); \
187
           encoderRateMultiplierEnabled = true; \
188
           encoderRateMultiplierEnabled = true; \
188
           lastEncoderMovementMillis = 0; \
189
           lastEncoderMovementMillis = 0; \
189
           menu_action_ ## type(args); \
190
           menu_action_ ## type(args); \

Loading…
Cancel
Save