forked from AuroraMiddleware/gtk
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:
parent
0b96b8a1ee
commit
8ecba89991
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user