From: dooglus Date: Fri, 15 Feb 2008 13:56:05 +0000 (+0000) Subject: The plant layer has used the "width" parameter of the vertices in its bline, but... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=fc70eb2b6169164e3932aa495b7d8eff3daa83c8;p=synfig.git The plant layer has used the "width" parameter of the vertices in its bline, but hasn't shown its width ducks until now. git-svn-id: http://svn.voria.com/code@1699 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/modules/mod_particle/plant.cpp b/synfig-core/trunk/src/modules/mod_particle/plant.cpp index e1758f1..1cc6dc0 100644 --- a/synfig-core/trunk/src/modules/mod_particle/plant.cpp +++ b/synfig-core/trunk/src/modules/mod_particle/plant.cpp @@ -377,7 +377,7 @@ Plant::get_param_vocab()const .set_local_name(_("Vertices")) .set_description(_("A list of BLine Points")) .set_origin("offset") - //.set_hint("width") + .set_hint("width") ); ret.push_back(ParamDesc("offset")