Changeset 34901 in osm for applications/editors/josm/plugins/splinex/src/org
- Timestamp:
- 2019-02-25T00:04:35+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/splinex/src/org/openstreetmap/josm/plugins/Splinex/Spline.java
r34557 r34901 275 275 ca = a.add(sn.cnext); 276 276 } 277 if (!cmds.isEmpty()) 277 if (!cmds.isEmpty()) { 278 278 cmds.add(new AddCommand(ds, w)); 279 UndoRedoHandler.getInstance().add(new FinishSplineCommand(cmds)); 279 UndoRedoHandler.getInstance().add(new FinishSplineCommand(cmds)); 280 } 280 281 } 281 282
Note:
See TracChangeset
for help on using the changeset viewer.