changeset 1102:d588211a0b4e

comment Ignore-this: abaa3d767531db2b53de8c995e201eee
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 09 Jun 2014 03:56:44 +0000
parents 3074f635ee23
children 771f50f19b4b
files light9/curvecalc/curve.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/light9/curvecalc/curve.py	Mon Jun 09 03:56:25 2014 +0000
+++ b/light9/curvecalc/curve.py	Mon Jun 09 03:56:44 2014 +0000
@@ -113,6 +113,8 @@
         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)