Add parameter static option for rest of layers.
[synfig.git] / synfig-core / src / modules / lyr_std / xorpattern.cpp
index df7c6bd..1335514 100644 (file)
@@ -61,10 +61,12 @@ SYNFIG_LAYER_SET_CVS_ID(XORPattern,"$Id$");
 /* === M E T H O D S ======================================================= */
 
 XORPattern::XORPattern():
-       Layer_Composite (1.0,Color::BLEND_STRAIGHT),
+       Layer_Composite(1.0,Color::BLEND_COMPOSITE),
        origin(0.125,0.125),
        size(0.25,0.25)
 {
+       Layer::Vocab voc(get_param_vocab());
+       Layer::fill_static(voc);
 }
 
 bool