Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/overlayer.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar/tutorius/overlayer.py')
-rw-r--r--src/sugar/tutorius/overlayer.py3
1 files changed, 1 insertions, 2 deletions
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