diff bin/curvecalc @ 736:d1bff8a3b069

r key can't rebuild curves now that it's a marker key. let c-r rebuild all the curves Ignore-this: a6f2253d4bdf114816212ae19265fc19
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 15 Jun 2012 06:10:54 +0000
parents e8f9f4815ab4
children 3d1112a894df
line wrap: on
line diff
--- a/bin/curvecalc	Fri Jun 15 06:10:29 2012 +0000
+++ b/bin/curvecalc	Fri Jun 15 06:10:54 2012 +0000
@@ -227,6 +227,7 @@
 
     def onReloadSubs(self, *args): # wants to be ctrl-r  too
         dispatcher.send('reload all subs')
+        dispatcher.send("all curves rebuild")
 
 
 def main():