mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
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:
parent
caaf537f94
commit
0ddc1eed19
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user