Author: Carlos Lopez <[email protected]>
Date:   Sat Sep 10 20:00:16 2011 +0200

Fix missing change from the previous commit

---

 synfig-studio/src/gui/states/state_width.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/synfig-studio/src/gui/states/state_width.cpp 
b/synfig-studio/src/gui/states/state_width.cpp
index 4d8aaed..a5e751d 100644
--- a/synfig-studio/src/gui/states/state_width.cpp
+++ b/synfig-studio/src/gui/states/state_width.cpp
@@ -477,7 +477,7 @@ StateWidth_Context::AdjustWidth(handle<Duckmatic::Bezier> 
c, float t, Real mult,
                                                {
                                                        // ... then update the 
values properly
                                                        synfig::WidthPoint 
wpoint((*wpvn)(get_canvas()->get_time()));
-                                                       Real 
pos(wpoint.get_norm_position());
+                                                       Real 
pos(wpoint.get_norm_position(wplist->get_loop()));
                                                        Real 
tpos(p1_pos+t*bezier_size);
                                                        // The factor of 20 can 
be modified by the user as a preference.
                                                        // The higher value the 
more local effect has the


------------------------------------------------------------------------------
Malware Security Report: Protecting Your Business, Customers, and the 
Bottom Line. Protect your business and customers by understanding the 
threat from malware and how it can impact your online business. 
http://www.accelacomm.com/jaw/sfnl/114/51427462/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to