From 9fafb49af210e956d43d6a00106558d1a00d13df Mon Sep 17 00:00:00 2001 From: Simon Poirier Date: Thu, 02 Jul 2009 05:27:27 +0000 Subject: * Modularized actions and event filters through add-on components * Working serialization * Working editor with addons * began refactoring actions and events ** fixed some tests to work with addons ** filters and actions tests won't pass until refactoring is done --- (limited to 'src/sugar/tutorius/overlayer.py') diff --git a/src/sugar/tutorius/overlayer.py b/src/sugar/tutorius/overlayer.py index 12ea82f..931949d 100644 --- a/src/sugar/tutorius/overlayer.py +++ b/src/sugar/tutorius/overlayer.py @@ -135,11 +135,10 @@ class Overlayer(gtk.Layout): ctx.paint_with_alpha(0.99) #draw overlay - for drawn_child in self.get_children(): + for drawn_child in self.get_children()[1:]: if hasattr(drawn_child, "draw_with_context"): drawn_child.draw_with_context(ctx) - def __size_allocate(self, widget, allocation): """ Set size allocation (actual gtk widget size) and propagate it to -- cgit v0.9.1