mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
render: Fix ridge/groove border rendering
The typo strikes again!
This commit is contained in:
parent
335c070f9b
commit
9f27ee7f5a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user