Mercurial > MadButterfly
comparison nodejs/shapes.cc @ 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 |
comparison
equal
deleted
inserted
replaced
687:da12923a789a | 688:cadebc13be2f |
---|---|
40 r = sh_stext_set_style(sh, mb_blks, nblks); | 40 r = sh_stext_set_style(sh, mb_blks, nblks); |
41 if(r != 0) { | 41 if(r != 0) { |
42 *err = "Unknown error"; | 42 *err = "Unknown error"; |
43 return; | 43 return; |
44 } | 44 } |
45 | |
46 if(sh_get_coord(sh)) | |
47 rdman_shape_changed(rdman, sh); | |
45 | 48 |
46 delete mb_blks; | 49 delete mb_blks; |
47 } | 50 } |
48 | 51 |
49 static Handle<Value> | 52 static Handle<Value> |