From 7081909d2d959ae1deb973d216e72fa7934a1050 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 27 Feb 2007 16:04:15 +0000 Subject: Fix some bugs with frame animation and enable it --- (limited to 'sugar') 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] -- cgit v0.9.1