Mercurial > code > home > repos > light9
changeset 974:892a6ff719cf
fix subterm 'add' button
Ignore-this: e939625458b7c092b88c08ef37861835
author | drewp@bigasterisk.com |
---|---|
date | Sat, 15 Jun 2013 21:25:06 +0000 |
parents | 69885b86ff44 |
children | 527b592b482a |
files | bin/curvecalc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/curvecalc Sat Jun 15 21:25:01 2013 +0000 +++ b/bin/curvecalc Sat Jun 15 21:25:06 2013 +0000 @@ -190,7 +190,7 @@ 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