Author: Carlos Lopez <[email protected]>
Date:   Wed Aug 10 21:01:15 2011 +0200

Dash type has to be set on WidthPoints defined by its components

---

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

diff --git a/synfig-core/src/synfig/widthpoint.cpp 
b/synfig-core/src/synfig/widthpoint.cpp
index 7dc15d0..ffe2685 100644
--- a/synfig-core/src/synfig/widthpoint.cpp
+++ b/synfig-core/src/synfig/widthpoint.cpp
@@ -62,6 +62,7 @@ WidthPoint::WidthPoint(Real position, Real width, int 
sidebefore, int sideafter)
 {
        side_type_[0]=sidebefore;
        side_type_[1]=sideafter;
+       dash_=false;
 }
 
 const Real&


------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to