xtk / X

The X Toolkit
http://www.goXTK.com
Other
795 stars 266 forks source link

Automatically call modified() even on constructables that get added within a group #112

Open medihack opened 11 years ago

medihack commented 11 years ago

When constructable objects are added as part of a group object one has to call modified() manually on those objects (see comment). It seems it is pretty easy to do that automatically (but maybe I miss something). I'll try to provide a patch.

haehn commented 11 years ago

Sounds good!! I think we preferred manually for now since the modified calls can be expensive and we have to make sure to only call it when really required. Can't wait to see your patch :)