Fix dobule border rendering

This is the same fix that was applied for ridge and groove
style in 9f27ee7f5a.
This commit is contained in:
Matthias Clasen 2016-01-09 14:36:05 -05:00
parent 152171e60c
commit 12bc8ddb93

View File

@ -630,7 +630,7 @@ render_border (cairo_t *cr,
else
dont_draw |= (1 << j);
other_border[i] = border_width[i] / 3;
other_border[j] = border_width[j] / 3;
}
render_frame_fill (cr, border_box, other_border, colors, dont_draw);