Changeset - 9ed01a562288
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 12 years ago 2013-06-10 19:57:42
drewp@bigasterisk.com
CC add subterm no longer has dialog; configure it after you make it
Ignore-this: fe67883ead8ea1dde5589689f5ac76f4
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/curvecalc
Show inline comments
 
@@ -161,6 +161,12 @@ class Main(object):
 
        self.graph.addHandler(self.set_subterms_from_graph)
 
        
 
    def onNewSubterm(self, *args):
 
        self.makeSubterm("", withCurve=False)
 
        return
 

	
 
        # pretty sure i don't want this back, but not completely sure
 
        # what the UX should be to get the new curve.
 
        
 
        dialog = self.wtree.get_object("newSubterm")
 
        # the plan is to autocomplete this on existing subterm names
 
        # (but let you make one up, too)
0 comments (0 inline, 0 general)