GtkThemingEngine: Use square cap for solid frames.

This commit is contained in:
Carlos Garnacho
2010-11-08 20:15:19 +01:00
parent 3d1403e684
commit f66275fa6a

View File

@ -1654,6 +1654,7 @@ gtk_theming_engine_render_frame (GtkThemingEngine *engine,
break;
case GTK_BORDER_STYLE_SOLID:
cairo_set_line_width (cr, border_width);
cairo_set_line_cap (cr, CAIRO_LINE_CAP_SQUARE);
if (border_width > 1)
{