Browse Source

Fix sd subdirectory encoder position

Followup to 7e386c7
Scott Lahteine 7 years ago
parent
commit
be0e100fed
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/ultralcd.cpp

+ 1
- 1
Marlin/src/lcd/ultralcd.cpp View File

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

Loading…
Cancel
Save