Fix sd subdirectory encoder position

Followup to 7e386c7
This commit is contained in:
Scott Lahteine 2018-03-07 16:50:43 -06:00
parent 04dedc7ed8
commit be0e100fed

View File

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