diff --git a/src/sugar3/graphics/icon.py b/src/sugar3/graphics/icon.py index f3bcb061..9008f3fb 100644 --- a/src/sugar3/graphics/icon.py +++ b/src/sugar3/graphics/icon.py @@ -856,6 +856,7 @@ class CellRendererIcon(Gtk.CellRenderer): cr.set_source_surface(surface, math.floor(x), math.floor(y)) cr.rectangle(cell_area.x, cell_area.y, cell_area.width, cell_area.height) + cr.clip() cr.paint()