changeset 715:4716709b28c1 pyntnclick

Hook up animation in rect_drawer again
author Neil Muller <neil@dip.sun.ac.za>
date Sun, 05 Aug 2012 15:12:46 +0200
parents 9c1cb8a8bc1c
children 38f537b0ee82
files pyntnclick/tools/rect_drawer.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pyntnclick/tools/rect_drawer.py	Sun Aug 05 15:12:26 2012 +0200
+++ b/pyntnclick/tools/rect_drawer.py	Sun Aug 05 15:12:46 2012 +0200
@@ -553,7 +553,7 @@
 
     def animate(self):
         if self.draw_anim:
-            self.state.animate()
+            self._scene.animate()
 
 
 class ModeLabel(LabelWidget):