changeset 688:cadebc13be2f

Mark stext changed when its style being changed
author Thinker K.F. Li <thinker@branda.to>
date Sat, 07 Aug 2010 22:28:17 +0800
parents da12923a789a
children a05a4a27ff46
files nodejs/shapes.cc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nodejs/shapes.cc	Sat Aug 07 21:37:57 2010 +0800
+++ b/nodejs/shapes.cc	Sat Aug 07 22:28:17 2010 +0800
@@ -43,6 +43,9 @@
 	return;
     }
     
+    if(sh_get_coord(sh))
+	rdman_shape_changed(rdman, sh);
+    
     delete mb_blks;
 }