# HG changeset patch # User wycc # Date 1294934531 -28800 # Node ID e12472f8eef33579471c4c9367d012953da041e3 # Parent 434f588fcde465dfa8399c5744ebdfcb8a76540c Handle type attribute to implemen the tween type change action undo. diff -r 434f588fcde4 -r e12472f8eef3 pyink/consistency.py --- a/pyink/consistency.py Fri Jan 14 00:00:11 2011 +0800 +++ b/pyink/consistency.py Fri Jan 14 00:02:11 2011 +0800 @@ -147,6 +147,9 @@ elif name == 'end' or name == 'start': self._domviewui.reset() pass - + elif name == 'type': + self._domviewui.reset() + pass + pass pass pass