NodeEditorWinforms icon indicating copy to clipboard operation
NodeEditorWinforms copied to clipboard

Update NodesControl.cs - ExportToXml bug fix

Open pmarchini opened this issue 6 years ago • 0 comments

var xmlConn = (XmlElement)nodes.AppendChild(xml.CreateElement("Connection")); update to var xmlConn = (XmlElement)connections.AppendChild(xml.CreateElement("Connection"));

At the moment the xml in output is not formatted in the right way.

pmarchini avatar Apr 24 '19 11:04 pmarchini