Changeset - d588211a0b4e
[Not reviewed]
default
0 1 0
Drew Perttula - 11 years ago 2014-06-09 03:56:44
drewp@bigasterisk.com
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light9/curvecalc/curve.py
Show inline comments
 
@@ -113,6 +113,8 @@ class Curve(object):
 
        for i, pt in updates:
 
            self.points[i] = pt
 

	
 
        # this should be on, but live_input_point made it fail a
 
        # lot. need a new solution.
 
        #self.checkOverlap()
 
        dispatcher.send("points changed", sender=self)
 
            
0 comments (0 inline, 0 general)