Cleanup in preparation for multiline tags.
This commit is contained in:
parent
a47fbb1641
commit
33dc4226a8
6 changed files with 110 additions and 92 deletions
|
|
@ -111,7 +111,7 @@ rowresize(Row *row, Rectangle r)
|
|||
row->r = r;
|
||||
r1 = r;
|
||||
r1.max.y = r1.min.y + font->height;
|
||||
textresize(&row->tag, r1);
|
||||
textresize(&row->tag, r1, TRUE);
|
||||
r1.min.y = r1.max.y;
|
||||
r1.max.y += Border;
|
||||
draw(screen, r1, display->black, nil, ZP);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue