Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-07-17 01:51:46 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-07-17 01:51:46 (GMT)
commit4621032ae4bf2c46148ea84903bc200a8385b10e (patch)
treea74017ec85e112c45cc5ad6989fa8affae24296d /tawindow.py
parent581b778f2cd394222074960148372cb0d3681389 (diff)
further integration of expose code optimization
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tawindow.py b/tawindow.py
index 81fe232..80d33d9 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -260,8 +260,6 @@ class TurtleArtWindow():
def _expose_cb(self, win, event):
""" Repaint """
- # TODO: send event GDK_EXPOSE area to redraw
- # print event.area
self.sprite_list.redraw_sprites(event.area)
# self.canvas.cr_expose(event)
return True