Add parameter static option for rest of layers.
[synfig.git] / synfig-core / src / modules / mod_gradient / spiralgradient.cpp
index ac751c4..3a2fee5 100644 (file)
@@ -71,6 +71,8 @@ SpiralGradient::SpiralGradient():
        angle(Angle::zero()),
        clockwise(false)
 {
+       Layer::Vocab voc(get_param_vocab());
+       Layer::fill_static(voc);
 }
 
 bool