Module: synfig/synfig
Branch: genete_width_outline
Commit: dab88a691a40bbb8bf2d1f3d4a50b134f62b6b02
URL:    
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=dab88a691a40bbb8bf2d1f3d4a50b134f62b6b02

Author: Carlos Lopez <genet...@gmail.com>
Date:   Fri Jan 14 15:22:35 2011 +0100

Do not make not critical the hidden vertex. It is needed to load the value node 
form file.

---

 synfig-core/src/synfig/valuenode_composite.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/synfig-core/src/synfig/valuenode_composite.cpp 
b/synfig-core/src/synfig/valuenode_composite.cpp
index 2027b55..97d38c7 100644
--- a/synfig-core/src/synfig/valuenode_composite.cpp
+++ b/synfig-core/src/synfig/valuenode_composite.cpp
@@ -496,7 +496,6 @@ ValueNode_Composite::get_children_vocab_vfunc()const
                        .set_local_name(_("Hidden Vertex"))
                        .set_description(_("The calculated vertex that lies on 
the BLine"))
                        .hidden()
-                       .not_critical()
                );
                return ret;
        default:


------------------------------------------------------------------------------
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
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to