forked from RepoMirrors/bemenu
Fix extra space below last item in vertical mode.
This commit is contained in:
parent
83a32e9b4c
commit
6e34c3a923
@ -246,7 +246,7 @@ bm_cairo_paint(struct cairo *cairo, uint32_t width, uint32_t height, uint32_t ma
|
||||
}
|
||||
|
||||
posy += (spacing_y ? spacing_y : result.height);
|
||||
out_result->height = posy + 2;
|
||||
out_result->height = posy;
|
||||
out_result->displayed++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user