Fix rendering of unsymmetric borders

There was an errant path that threw off our clipping for
the top section of the border.

https://bugzilla.gnome.org/show_bug.cgi?id=722937
This commit is contained in:
Matthias Clasen 2016-01-09 23:42:37 -05:00
parent caaf537f94
commit 0ddc1eed19

View File

@ -511,7 +511,6 @@ render_frame_stroke (cairo_t *cr,
GtkRoundedBox padding_box;
padding_box = *border_box;
_gtk_rounded_box_path (&padding_box, cr);
_gtk_rounded_box_shrink (&padding_box,
border_width[GTK_CSS_TOP],
border_width[GTK_CSS_RIGHT],