From: dooglus Date: Mon, 7 Jan 2008 18:19:02 +0000 (+0000) Subject: Show the "Amount", "Blend Method" and "Z-Depth" parameters in the Duplicate layer... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=268b63024cb094deda14ea7ae1f30c98dd4495cc;p=synfig.git Show the "Amount", "Blend Method" and "Z-Depth" parameters in the Duplicate layer. Are they useful? git-svn-id: http://svn.voria.com/code@1284 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/synfig/layer_duplicate.cpp b/synfig-core/trunk/src/synfig/layer_duplicate.cpp index 5a8719d..922704a 100644 --- a/synfig-core/trunk/src/synfig/layer_duplicate.cpp +++ b/synfig-core/trunk/src/synfig/layer_duplicate.cpp @@ -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"))