From: dooglus Date: Mon, 4 Feb 2008 18:40:40 +0000 (+0000) Subject: Now that the plant layer has an 'offset' parameter, allow the bline tool to link... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=61e92a71eed3eca1ac5de463dd98ca1aa6a16f47;p=synfig.git Now that the plant layer has an 'offset' parameter, allow the bline tool to link to it when creating multiple layers at once. git-svn-id: http://svn.voria.com/code@1576 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/state_bline.cpp b/synfig-studio/trunk/src/gtkmm/state_bline.cpp index 2cd2bbd..4dd5ffc 100644 --- a/synfig-studio/trunk/src/gtkmm/state_bline.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_bline.cpp @@ -828,7 +828,7 @@ StateBLine_Context::run_() } // plants don't have offsets? - if (false && get_layer_link_offsets_flag()) + if (get_layer_link_offsets_flag()) { synfigapp::Action::Handle action(synfigapp::Action::create("layer_param_connect")); assert(action);