render: Fix ridge/groove border rendering

The typo strikes again!
This commit is contained in:
Benjamin Otte
2015-06-23 21:45:33 +02:00
parent 3258d5ba2e
commit 227b5a81bc

View File

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