CellRendererIcon: remove unused frame

The white frame is not visible over the white background.

Signed-off-by: Manuel Quiñones <manuel.por.aca@gmail.com>
master
Gonzalo Odiard 10 years ago
parent 3a6427cdc6
commit f08757d75f

@ -1006,9 +1006,6 @@ class CellRendererIcon(Gtk.CellRenderer):
context, cr, background_area.x, background_area.y,
background_area.width, background_area.height)
Gtk.render_frame(context, cr, background_area.x, background_area.y,
background_area.width, background_area.height)
if self._xo_color is not None:
stroke_color = self._xo_color.get_stroke_color()
fill_color = self._xo_color.get_fill_color()

Loading…
Cancel
Save