From cc3bc754023f91db85f6a3908d58038894a00c17 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 9 Jan 2016 23:42:37 -0500 Subject: [PATCH] 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 --- gtk/gtkrenderborder.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkrenderborder.c b/gtk/gtkrenderborder.c index 47973ad393..1e8094be16 100644 --- a/gtk/gtkrenderborder.c +++ b/gtk/gtkrenderborder.c @@ -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],