Module: synfig/synfig Branch: genete_width_outline Commit: 533d120b9e96938d9dafe67a05c88d6bd632c94d URL: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=533d120b9e96938d9dafe67a05c88d6bd632c94d
Author: Carlos Lopez <[email protected]> Date: Fri Jan 14 14:31:54 2011 +0100 Behave like others shapes when selecting origin within a mouse drag box. --- synfig-studio/src/gui/duckmatic.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/synfig-studio/src/gui/duckmatic.cpp b/synfig-studio/src/gui/duckmatic.cpp index adf95f6..977c8c8 100644 --- a/synfig-studio/src/gui/duckmatic.cpp +++ b/synfig-studio/src/gui/duckmatic.cpp @@ -265,7 +265,7 @@ Duckmatic::is_duck_group_selectable(const etl::handle<Duck>& x)const String layer_name(layer->get_name()); if (layer_name == "outline" || layer_name == "region" || layer_name == "plant" || - layer_name == "polygon" || layer_name == "curve_gradient") + layer_name == "polygon" || layer_name == "curve_gradient" || layer_name == "advanced_outline") return false; if((layer_name=="PasteCanvas"|| layer_name=="paste_canvas") && ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
