# HG changeset patch # User drewp@bigasterisk.com # Date 1371331455 0 # Node ID 92bffc402b52b66aaef79cf38e9b2bc18d91dff1 # Parent 0306149044d3ca61a14fc362712239d6e689c6af bring back the ability to redraw canvases, since they still get mangled coords sometimes Ignore-this: 47f204ec83dab79265091c9fae2c4860 diff -r 0306149044d3 -r 92bffc402b52 bin/curvecalc --- a/bin/curvecalc Sat Jun 15 20:25:14 2013 +0000 +++ b/bin/curvecalc Sat Jun 15 21:24:15 2013 +0000 @@ -178,6 +178,9 @@ if dialog.run() == 1: self.curveset.new_curve(entry.get_text()) dialog.hide() + + def onRedrawCurves(self, *args): + dispatcher.send("all curves rebuild") def onSubtermsMap(self, *args): # if this was called too soon, like in __init__, the gtktable diff -r 0306149044d3 -r 92bffc402b52 light9/curvecalc/curvecalc.glade --- a/light9/curvecalc/curvecalc.glade Sat Jun 15 20:25:14 2013 +0000 +++ b/light9/curvecalc/curvecalc.glade Sat Jun 15 21:24:15 2013 +0000 @@ -207,6 +207,16 @@ True + + + True + False + False + Redraw curves + True + + +