Split model/view in the activities donut.

Provide some infrastructure for Alt+Tab implementation.
This commit is contained in:
Marco Pesenti Gritti
2006-12-24 12:19:24 +01:00
parent db6f615198
commit 2db2ae5312
8 changed files with 152 additions and 19 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class Timeline:
del self._tags[name]
def _next_frame(self, tag, frame):
n_frames = tag.start_frame - tag.end_frame
n_frames = tag.end_frame - tag.start_frame + 1
self._observer.next_frame(tag.name, frame, n_frames)
def goto(self, tag_name, end_frame=False):