Changeset 4335 in josm for trunk/src/org
- Timestamp:
- 2011-08-25T23:54:22+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java
r4303 r4335 569 569 if(cur == last+1) { 570 570 ++cnt; 571 } else if (cnt == 0) { 572 positionString += ","+String.valueOf(cur); 571 573 } else { 572 574 if(cnt == 1) {
Note:
See TracChangeset
for help on using the changeset viewer.