Add parameter static option for rest of layers.
[synfig.git] / synfig-core / src / modules / lyr_std / zoom.cpp
index ff73c4c..c4efd73 100644 (file)
@@ -63,6 +63,8 @@ Zoom::Zoom():
        center(0,0),
        amount(0)
 {
+       Layer::Vocab voc(get_param_vocab());
+       Layer::fill_static(voc);
 }
 
 bool