color swatch: Remove a stray frame

When using a gadget, the border is free, no need to call
gtk_render_frame ourselves.
This commit is contained in:
Matthias Clasen 2016-01-07 13:24:32 -05:00
parent 0b96b8a1ee
commit 8ecba89991

View File

@ -154,8 +154,6 @@ gtk_color_swatch_render (GtkCssGadget *gadget,
cairo_fill (cr);
}
gtk_render_frame (context, cr, x, y, width, height);
gtk_css_gadget_draw (swatch->priv->overlay_gadget, cr);
return gtk_widget_has_visible_focus (widget);