# HG changeset patch # User drewp@bigasterisk.com # Date 1402865949 0 # Node ID b78fb286a7c3f93ddbc7caf1d3e9322dc9cfa2af # Parent 19e8a57b060e5270dd3f4cbd9660f3680ff8f8f1 much bigger points to grab in CC Ignore-this: a8ca7a87e6956ad727d3ab2820cb9151 diff -r 19e8a57b060e -r b78fb286a7c3 light9/curvecalc/curveview.py --- 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)