]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/TPushParser.cc
New version 0.0.2:
[helm.git] / helm / DEVEL / mathml_editor / src / TPushParser.cc
index 1a477078503c6f489fb5093db7732aaf16ddf576..31b6e986728679a9b3485c7f78d557b85e9b5d83 100644 (file)
@@ -55,6 +55,7 @@ TPushParser::reset()
 {
   nextId = 1;
   if (cursor.parent()) cursor.remove();
+  cursor["val"] = "";
   doc.reset();
   doc.root().append(cursor);
   if (factory && !frozen()) factory->documentModified(doc);