Now that the plant layer has an 'offset' parameter, allow the bline tool to link...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 4 Feb 2008 18:40:40 +0000 (18:40 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 4 Feb 2008 18:40:40 +0000 (18:40 +0000)
git-svn-id: http://svn.voria.com/code@1576 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/state_bline.cpp

index 2cd2bbd..4dd5ffc 100644 (file)
@@ -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);