fix bh int

This commit is contained in:
speedie 2023-03-18 21:20:00 +01:00
parent f88cda6a75
commit 1f05283ce1

View file

@ -48,8 +48,9 @@ resizeclient(void)
{
int omh = mh;
bh = drw->font->h + 2 + reqlineheight;
bh = MAX(drw->font->h, drw->font->h + 2 + lineheight);
lines = MAX(lines, 0);
reallines = lines;
#if USEIMAGE
if (image)