Changeset 34619 in osm for applications
- Timestamp:
- 2018-09-03T21:17:59+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/src/livegps/LiveGpsDrawHelper.java
r34526 r34619 67 67 int xo, yo; 68 68 69 yo = screen.y - Math.round(h/2);70 xo = screen.x - Math.round(w/2);69 yo = screen.y - (h/2); 70 xo = screen.x - (w/2); 71 71 72 72 g.drawOval(xo, yo, w, h);
Note:
See TracChangeset
for help on using the changeset viewer.