changeset 1281:e12472f8eef3

Handle type attribute to implemen the tween type change action undo.
author wycc
date Fri, 14 Jan 2011 00:02:11 +0800
parents 434f588fcde4
children 1ac921a6bd9a
files pyink/consistency.py
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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