Add parameter static option for various layers
[synfig.git] / synfig-core / src / modules / lyr_std / sphere_distort.cpp
index 9c0003e..5786a46 100644 (file)
@@ -87,6 +87,8 @@ percent(1.0),
 type(TYPE_NORMAL),
 clip(false)
 {
+       Layer::Vocab voc(get_param_vocab());
+       Layer::fill_static(voc);
 }