Ignore:
Timestamp:
2007-08-08T14:56:38+02:00 (17 years ago)
Author:
imi
Message:
  • fixed undo/redo to be global
  • fixed adding of objects work with undo/redo (#212)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/actions/AlignInCircleAction.java

    r298 r301  
    6868                }
    6969
    70                 Main.main.editLayer().add(new SequenceCommand(tr("Align Nodes in Circle"), cmds));
     70                Main.main.undoRedo.add(new SequenceCommand(tr("Align Nodes in Circle"), cmds));
    7171                Main.map.repaint();
    7272        }
Note: See TracChangeset for help on using the changeset viewer.