Changeset 35360 in osm for applications
- Timestamp:
- 2020-03-14T17:07:50+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/FastDrawingMode.java
r35256 r35360 47 47 import org.openstreetmap.josm.tools.TextTagParser; 48 48 49 /** 50 * Fast Drawing map mode. 51 */ 49 52 class FastDrawingMode extends MapMode implements MapViewPaintable, KeyPressReleaseListener, ModifierExListener { 50 53 // CHECKSTYLE.OFF: LineLength … … 537 540 538 541 DataSet ds = getLayerManager().getEditDataSet(); 542 if (ds == null) return; 539 543 Collection<Command> cmds = new LinkedList<>(); 540 544 int i = 0;
Note:
See TracChangeset
for help on using the changeset viewer.