make sure border has correct height
This commit is contained in:
parent
bb4b8acc26
commit
6f35cfa6b6
@ -417,7 +417,7 @@ colgrow(Column *c, Window *w, int but)
|
|||||||
if(nl[j])
|
if(nl[j])
|
||||||
r.max.y += 1 + nl[j]*v->body.fr.font->height;
|
r.max.y += 1 + nl[j]*v->body.fr.font->height;
|
||||||
r.min.y = winresize(v, r, c->safe, FALSE);
|
r.min.y = winresize(v, r, c->safe, FALSE);
|
||||||
r.max.y += Border;
|
r.max.y = r.min.y + Border;
|
||||||
draw(screen, r, display->black, nil, ZP);
|
draw(screen, r, display->black, nil, ZP);
|
||||||
y1 = r.max.y;
|
y1 = r.max.y;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user