Changeset 34627 in osm for applications/editors
- Timestamp:
- 2018-09-09T23:58:06+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/mode/SelectMode.java
r34317 r34627 80 80 ) { 81 81 if (this.closest != null 82 && this.closest.getSequence() == (lastClicked).getSequence()) {82 && this.closest.getSequence() == lastClicked.getSequence()) { 83 83 int i = this.closest.getSequence().getImages().indexOf(this.closest); 84 84 int j = lastClicked.getSequence().getImages().indexOf(lastClicked);
Note:
See TracChangeset
for help on using the changeset viewer.