# HG changeset patch # User Thinker K.F. Li # Date 1295096456 -28800 # Node ID 00833f8912a94cf48e49951699522dc23795fbec # Parent a3e04b3f2a8cca9c083e0ffb3c10d419cab8bb25 Revert function of domview_ui to changeset #4686f3131f2a diff -r a3e04b3f2a8c -r 00833f8912a9 pyink/domview_ui.py --- a/pyink/domview_ui.py Sat Jan 15 20:57:42 2011 +0800 +++ b/pyink/domview_ui.py Sat Jan 15 21:00:56 2011 +0800 @@ -319,13 +319,14 @@ except ValueError: # last removed frame is not in any tween pass else: - if start >= frame_idx and start > last_rm: + if start >= frame_idx and end > last_rm: # Left key frame of the tween was removed, but not right one. frameline.untween(start) frameline.unmark_keyframe(end) pass pass + # # Remove left key of the tween that right key frame is in removing # range. #