Changeset 27627 in osm for applications/editors/josm/plugins/piclayer/src
- Timestamp:
- 2012-01-26T10:58:20+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/actions/GenericPicTransformAction.java
r27403 r27627 88 88 // End action 89 89 isDragging = false; 90 currentCommand.addIfChanged(); 90 if (currentCommand != null) 91 currentCommand.addIfChanged(); 91 92 } 92 93
Note:
See TracChangeset
for help on using the changeset viewer.