Skip to content

Node location Deserialization is being override two lines below #7

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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