# HG changeset patch # User Drew Perttula # Date 2014-06-09 03:56:44 # Node ID d588211a0b4ee1f84187096029c4f81c35e6b9b6 # Parent 3074f635ee23a8779752764736c0883e382fc0b8 comment Ignore-this: abaa3d767531db2b53de8c995e201eee diff --git a/light9/curvecalc/curve.py b/light9/curvecalc/curve.py --- a/light9/curvecalc/curve.py +++ b/light9/curvecalc/curve.py @@ -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)