parent
1381b5d57d
commit
d11ed30584
1 changed files with 3 additions and 1 deletions
|
|
@ -4851,7 +4851,9 @@ 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;
|
||||||
|
#if ENABLED(DOGLCD)
|
||||||
drawing_screen = false;
|
drawing_screen = false;
|
||||||
|
#endif
|
||||||
lcdDrawUpdate = LCDVIEW_CLEAR_CALL_REDRAW;
|
lcdDrawUpdate = LCDVIEW_CLEAR_CALL_REDRAW;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue