# HG changeset patch # User drewp@bigasterisk.com # Date 2014-06-15 20:59:09 # Node ID b78fb286a7c3f93ddbc7caf1d3e9322dc9cfa2af # Parent 19e8a57b060e5270dd3f4cbd9660f3680ff8f8f1 much bigger points to grab in CC Ignore-this: a8ca7a87e6956ad727d3ab2820cb9151 diff --git a/light9/curvecalc/curveview.py b/light9/curvecalc/curveview.py --- a/light9/curvecalc/curveview.py +++ b/light9/curvecalc/curveview.py @@ -874,7 +874,7 @@ class Curveview(object): 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)