Correct grid step value direction

pull/4/head
erikkaashoek 6 years ago
parent ee3a4cb5b7
commit aa52c404fd

@ -1959,7 +1959,7 @@ static void cell_grid_line_info(int x0, int y0)
cell_drawstring(buf, xpos, ypos); cell_drawstring(buf, xpos, ypos);
} }
ypos+=GRIDY; ypos+=GRIDY;
ref+=scale; ref-=scale;
} }
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.