Fix extra space below last item in vertical mode.

This commit is contained in:
v44r 2019-01-28 14:53:16 +01:00
parent 83a32e9b4c
commit 6e34c3a923

View File

@ -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++;
}