Changeset 32160 in osm for applications/editors/josm/plugins
- Timestamp:
- 2016-05-11T20:18:44+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysSegment.java
r30737 r32160 90 90 91 91 protected void highlightSegment(Color c, Graphics2D g, MapView mv) { 92 if (segment.way.getNodesCount() == 0) { 93 return; 94 } 92 95 93 96 g.setColor(c); 94 g.setStroke(new BasicStroke(6, BasicStroke.CAP_ROUND, 95 BasicStroke.JOIN_ROUND)); 97 g.setStroke(new BasicStroke(6, BasicStroke.CAP_ROUND, BasicStroke.JOIN_ROUND)); 96 98 drawSegment(g, mv); 97 98 99 } 99 100
Note:
See TracChangeset
for help on using the changeset viewer.