Changeset - 892a6ff719cf
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 12 years ago 2013-06-15 21:25:06
drewp@bigasterisk.com
fix subterm 'add' button
Ignore-this: e939625458b7c092b88c08ef37861835
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/curvecalc
Show inline comments
 
@@ -190,7 +190,7 @@ class Main(object):
 
        self.graph.addHandler(self.set_subterms_from_graph)
 
        
 
    def onNewSubterm(self, *args):
 
        self.makeSubterm("", withCurve=False)
 
        self.makeSubterm(Literal(""), withCurve=False)
 
        return
 

	
 
        # pretty sure i don't want this back, but not completely sure
0 comments (0 inline, 0 general)