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,6 +184,7 @@ static void lcd_status_screen();
184 184
         if (lcdDrawUpdate) \
185 185
           lcd_implementation_drawmenu_ ## type(itemSelected, _drawLineNr, PSTR(label), ## args); \
186 186
         if (wasClicked && itemSelected) { \
187
+          lcd_quick_feedback(); \
187 188
           encoderRateMultiplierEnabled = true; \
188 189
           lastEncoderMovementMillis = 0; \
189 190
           menu_action_ ## type(args); \

Loading…
Cancel
Save