Changeset 4335 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2011-08-25T23:54:22+02:00 (13 years ago)
Author:
stoecker
Message:

fix display error of relation position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java

    r4303 r4335  
    569569                    if(cur == last+1) {
    570570                        ++cnt;
     571                    } else if (cnt == 0) {
     572                        positionString += ","+String.valueOf(cur);
    571573                    } else {
    572574                        if(cnt == 1) {
Note: See TracChangeset for help on using the changeset viewer.