Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-27 16:04:15 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-27 16:04:15 (GMT)
commit7081909d2d959ae1deb973d216e72fa7934a1050 (patch)
treef42bac44bed9e995417e314d908ad6b866f4f325 /sugar/graphics
parente478de42247d41d4439af9d7fd4fac0321f063da (diff)
Fix some bugs with frame animation and enable it
Diffstat (limited to 'sugar/graphics')
-rw-r--r--sugar/graphics/timeline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/timeline.py b/sugar/graphics/timeline.py
index 013687d..7f26246 100644
--- a/sugar/graphics/timeline.py
+++ b/sugar/graphics/timeline.py
@@ -68,7 +68,7 @@ class Timeline:
else:
self._current_frame = tag.start_frame
- self._next_frame(tag, self._current_frame)
+ self._next_frame(tag, self._current_frame - tag.start_frame)
def on_tag(self, name):
tag = self._name_to_tag[name]