changeset 1196:b78fb286a7c3

much bigger points to grab in CC Ignore-this: a8ca7a87e6956ad727d3ab2820cb9151
author drewp@bigasterisk.com
date Sun, 15 Jun 2014 20:59:09 +0000
parents 19e8a57b060e
children d91aecab1418
files light9/curvecalc/curveview.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/curvecalc/curveview.py	Sun Jun 15 20:14:35 2014 +0000
+++ b/light9/curvecalc/curveview.py	Sun Jun 15 20:59:09 2014 +0000
@@ -874,7 +874,7 @@
             
     def _draw_handle_points(self,visible_idxs,visible_points):
         for i,p in zip(visible_idxs,visible_points):
-            rad=3
+            rad=6
             worldp = p
             try:
                 p = self.screen_from_world(p)