Changeset 15282 in josm
- Timestamp:
- 2019-08-04T22:39:11+02:00 (6 years ago)
- File:
- 
      - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/org/openstreetmap/josm/gui/layer/gpx/GpxDrawHelper.javar15247 r15282 458 458 RenderingHints.VALUE_ANTIALIAS_ON : RenderingHints.VALUE_ANTIALIAS_OFF); 459 459 460 if (lineWidth !=0) {460 if (lineWidth > 0) { 461 461 g.setStroke(new BasicStroke(lineWidth, BasicStroke.CAP_ROUND, BasicStroke.JOIN_ROUND)); 462 462 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
