Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
diff options
context:
space:
mode:
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]