Changeset 1411 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2009-02-15T21:26:33+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java
r1409 r1411 1076 1076 { 1077 1077 g.setColor ( selectedColor ); 1078 g.drawRect (p.x-w/2-2, p.y-w/2-2, w+4, h+4);1078 g.drawRect (p.x-w/2-2, p.y-h/2-2, w+4, h+4); 1079 1079 } 1080 1080 }
Note:
See TracChangeset
for help on using the changeset viewer.