Undo does not work when moving nodes with the arrow keys

Issue #437 new
Francisco Javier Díez created an issue

Nodes can be moved by selecting them and using the arrow keys, but (unlike moving the nodes with the mouse) this operation cannot be undone.

Comments (3)

  1. Jorge Pérez

    See method keyPressed (line 2541) of the EditorPanel class. To transform the action into an undoable edit, it is needed to perform some changes on the MoveNodeEdit class, which manages the action of moving nodes with the mouse (maybe an overload of the constructor is enough).

  2. Log in to comment