Skip to content

Commit

Permalink
Removed separate fix for prusa3d#2089
Browse files Browse the repository at this point in the history
Per PR fix request
  • Loading branch information
vintagepc authored Nov 15, 2019
1 parent 339771a commit f6c35c5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Firmware/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6552,15 +6552,6 @@ static void lcd_rename_sheet_menu()
lcd_putc(menuData->name[i]);
}
lcd_set_cursor(menuData->selected, 1);
if (menuData->selected>0)
{
lcd_set_cursor(menuData->selected-1, 1);
lcd_putc(' ');
}
else
{
lcd_set_cursor(menuData->selected, 1);
}
lcd_putc('^');
if (lcd_clicked())
{
Expand Down

0 comments on commit f6c35c5

Please sign in to comment.