style fix

This commit is contained in:
Nikita Zlobin 2020-05-21 02:36:01 +05:00
parent 813417915c
commit 8d8e6882e8

View File

@ -488,8 +488,7 @@ static cairo_surface_t *render_background(cairo_surface_t *srf,
else else
height += settings.separator_height; height += settings.separator_height;
if (settings.frame_width > 0) if (settings.frame_width > 0) {
{
cairo_set_source_rgb(c, cl->frame.r, cl->frame.g, cl->frame.b); cairo_set_source_rgb(c, cl->frame.r, cl->frame.g, cl->frame.b);
draw_rounded_rect(c, x, y, width, height, corner_radius, first, last); draw_rounded_rect(c, x, y, width, height, corner_radius, first, last);
cairo_fill(c); cairo_fill(c);