diff --git a/src/TUM.CMS.VplControl/Core/Node.cs b/src/TUM.CMS.VplControl/Core/Node.cs index dedae7f..4314839 100644 --- a/src/TUM.CMS.VplControl/Core/Node.cs +++ b/src/TUM.CMS.VplControl/Core/Node.cs @@ -556,8 +556,8 @@ public virtual void DeserializeNetwork(XmlReader xmlReader) var topValue = xmlReader.GetAttribute("TOP").Replace(",", "."); var leftValue = xmlReader.GetAttribute("Left").Replace(",", "."); - topValue = xmlReader.GetAttribute("TOP").Replace(".", ","); - leftValue = xmlReader.GetAttribute("Left").Replace(".", ","); + # topValue = xmlReader.GetAttribute("TOP").Replace(".", ","); + # leftValue = xmlReader.GetAttribute("Left").Replace(".", ","); if (HostCanvas.ImportFlowDirection == HostCanvas.GraphFlowDirection) { @@ -594,4 +594,4 @@ public static Rect GetBoundingBoxOfNodes(List nodes) return new Rect(new Point(minLeft, minTop), new Size(maxLeft - minLeft, maxTop - minTop)); } } -} \ No newline at end of file +}