Add parameter static option for various layers
[synfig.git] / synfig-core / src / modules / lyr_std / insideout.cpp
index 1ed9c2c..8dd633e 100644 (file)
@@ -64,6 +64,8 @@ SYNFIG_LAYER_SET_CVS_ID(InsideOut,"$Id$");
 InsideOut::InsideOut():
        origin(0,0)
 {
+       Layer::Vocab voc(get_param_vocab());
+       Layer::fill_static(voc);
 }
 
 bool