diff --git a/src/sugar3/graphics/icon.py b/src/sugar3/graphics/icon.py index 3d7e281a..a708f8bb 100644 --- a/src/sugar3/graphics/icon.py +++ b/src/sugar3/graphics/icon.py @@ -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()