make sure border has correct height
This commit is contained in:
parent
bb4b8acc26
commit
6f35cfa6b6
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ colgrow(Column *c, Window *w, int but)
|
|||
if(nl[j])
|
||||
r.max.y += 1 + nl[j]*v->body.fr.font->height;
|
||||
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);
|
||||
y1 = r.max.y;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue