Show the "Amount", "Blend Method" and "Z-Depth" parameters in the Duplicate layer...
[synfig.git] / synfig-core / trunk / src / synfig / layer_duplicate.cpp
index 5a8719d..922704a 100644 (file)
@@ -127,7 +127,7 @@ Layer::Vocab
 Layer_Duplicate::get_param_vocab()const
 {
        Layer::Vocab ret;
-       //ret=Layer_Composite::get_param_vocab();
+       ret=Layer_Composite::get_param_vocab();
 
        ret.push_back(ParamDesc("index")
                .set_local_name(_("Index"))