Changeset 6984 in osm for applications/editors/josm/plugins/wmsplugin/src
- Timestamp:
- 2008-02-26T20:21:51+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/GeorefImage.java
r6777 r6984 35 35 36 36 public void paint(Graphics g, NavigatableComponent nc) { 37 if (image == null || min == null || max == null) return; 38 37 39 Point minPt = nc.getPoint(min), maxPt = nc.getPoint(max); 38 40
Note:
See TracChangeset
for help on using the changeset viewer.