# HG changeset patch # User Thinker K.F. Li # Date 1290053451 -28800 # Node ID a1ebbe11354d2a699e44f58ec5501be4caf2876d # Parent d4b934d97a62ce0eefd091b07c03d01fc8ed7e4b Fix issue of not drawing background for key frames without any tween diff -r d4b934d97a62 -r a1ebbe11354d pyink/frameline.py --- a/pyink/frameline.py Thu Nov 18 12:02:21 2010 +0800 +++ b/pyink/frameline.py Thu Nov 18 12:10:51 2010 +0800 @@ -278,7 +278,7 @@ pass num_frames = self._num_frames while i < num_frames: - if key.idx == i: + if key.idx == i and key.right_tween: # # Skip tween keys #