Skip to content

Node location Deserialization is being override two lines below #7

@ENGworks-DEV

Description

@ENGworks-DEV

leftValue = xmlReader.GetAttribute("Left").Replace(".", ",");

Below is a snip from the code showing two instructions reverting the previous declarations.

var topValue = xmlReader.GetAttribute("TOP").Replace(",", ".");
var leftValue = xmlReader.GetAttribute("Left").Replace(",", ".");

topValue = xmlReader.GetAttribute("TOP").Replace(".", ",");
leftValue = xmlReader.GetAttribute("Left").Replace(".", ",");

Proposed solution is to comment the last declarations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions