Browse Source

soft tab correction

xifle 12 years ago
parent
commit
bbe67fca5a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ultralcd.cpp

+ 1
- 1
Marlin/ultralcd.cpp View File

169
     if (LCD_CLICKED)
169
     if (LCD_CLICKED)
170
     {
170
     {
171
         currentMenu = lcd_main_menu;
171
         currentMenu = lcd_main_menu;
172
-		encoderPosition = 0;
172
+        encoderPosition = 0;
173
         lcd_quick_feedback();
173
         lcd_quick_feedback();
174
     }
174
     }
175
 
175
 

Loading…
Cancel
Save