Add missing line width in the 2d view grid drawing

This commit is contained in:
Sergey Sharybin 2016-01-24 16:24:36 +05:00
parent 79ee1b0b5a
commit f796e2d3d2

@ -1427,7 +1427,8 @@ void UI_view2d_multi_grid_draw(View2D *v2d, int colorid, float step, int level_s
int offset = -10;
float lstep = step;
int level;
glLineWidth(1.0f);
for (level = 0; level < totlevels; ++level) {
int i;
float start;