Fix encoder position for sddirectory

This commit is contained in:
Scott Lahteine 2018-03-07 05:19:50 -06:00
parent 5a1ba9c32f
commit f177da45bb

View File

@ -4851,6 +4851,7 @@ void kill_screen(const char* lcd_msg) {
encoderTopLine = 0; encoderTopLine = 0;
encoderPosition = 2 * ENCODER_STEPS_PER_MENU_ITEM; encoderPosition = 2 * ENCODER_STEPS_PER_MENU_ITEM;
screen_changed = true; screen_changed = true;
drawing_screen = false;
lcdDrawUpdate = LCDVIEW_CLEAR_CALL_REDRAW; lcdDrawUpdate = LCDVIEW_CLEAR_CALL_REDRAW;
} }