- Timestamp:
- 2012-03-29T12:06:24+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MapStatus.java
r5051 r5129 529 529 } 530 530 text.append(name); 531 532 if (!osm.isNew()) { 531 532 boolean idShown = Main.pref.getBoolean("osm-primitives.showid"); 533 // fix #7557 - do not show ID twice 534 535 if (!osm.isNew() && !idShown) { 533 536 text.append(" [id="+osm.getId()+"]"); 534 537 }
Note:
See TracChangeset
for help on using the changeset viewer.