X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FTPushParser.cc;h=31b6e986728679a9b3485c7f78d557b85e9b5d83;hb=87152a8fc9dc1d743213614da2ba279c8975fd09;hp=1a477078503c6f489fb5093db7732aaf16ddf576;hpb=332af2ea195c3d8d363ba729786c3f7d0d60b50b;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/TPushParser.cc b/helm/DEVEL/mathml_editor/src/TPushParser.cc index 1a4770785..31b6e9867 100644 --- a/helm/DEVEL/mathml_editor/src/TPushParser.cc +++ b/helm/DEVEL/mathml_editor/src/TPushParser.cc @@ -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);