Skip to content

Undo/Redo for Node Movement is not working  #416

@EssenOH

Description

@EssenOH

I am trying to track down an issue and following is the unexpected behavior.

the Undo/Redo for node movement action is successfully registered and then I expects the Undo/Redo call should be triggered within the class NodeMovedCmd(QtGui.QUndoCommand).
image

and also the node movement event is successfully captured and emitted event with the node data information.
image

unfortunately, the delivered event doesn't hold the node data information and the data is disappeared.
so, I am wondering why ?
image

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions