Fix sd subdirectory encoder position

Followup to 7e386c7
2.0.x
Scott Lahteine 7 years ago
parent 04dedc7ed8
commit be0e100fed

@ -4862,7 +4862,7 @@ void kill_screen(const char* lcd_msg) {
encoderPosition = 2 * ENCODER_STEPS_PER_MENU_ITEM; encoderPosition = 2 * ENCODER_STEPS_PER_MENU_ITEM;
screen_changed = true; screen_changed = true;
#if ENABLED(DOGLCD) #if ENABLED(DOGLCD)
first_page = false; drawing_screen = false;
#endif #endif
lcdDrawUpdate = LCDVIEW_CLEAR_CALL_REDRAW; lcdDrawUpdate = LCDVIEW_CLEAR_CALL_REDRAW;
} }

Loading…
Cancel
Save