Add parameter static option for rest of layers.
[synfig.git] / synfig-core / src / modules / lyr_std / xorpattern.cpp
index 4d2a394..1335514 100644 (file)
@@ -65,6 +65,8 @@ XORPattern::XORPattern():
        origin(0.125,0.125),
        size(0.25,0.25)
 {
+       Layer::Vocab voc(get_param_vocab());
+       Layer::fill_static(voc);
 }
 
 bool