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).

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

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

