Author: Carlos Lopez <[email protected]>
Date:   Tue Aug  9 13:38:45 2011 +0200

DashItem uses same numerals than WidthPoint for direct use.

---

 synfig-core/src/synfig/dashitem.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/synfig-core/src/synfig/dashitem.h 
b/synfig-core/src/synfig/dashitem.h
index bdaad12..bd946f5 100644
--- a/synfig-core/src/synfig/dashitem.h
+++ b/synfig-core/src/synfig/dashitem.h
@@ -48,10 +48,10 @@ private:
 public:
        enum SideType
        {
-               TYPE_ROUNDED         =0,
-               TYPE_SQUARED         =1,
-               TYPE_PEAK            =2,
-               TYPE_FLAT            =3
+               TYPE_ROUNDED         =1,
+               TYPE_SQUARED         =2,
+               TYPE_PEAK            =3,
+               TYPE_FLAT            =4
        };
        DashItem();
        DashItem(Real position, Real length, int sidebefore=TYPE_FLAT,


------------------------------------------------------------------------------
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