Changeset 28367 in osm for applications/editors/josm/plugins/osmarender/src/org/openstreetmap
- Timestamp:
- 2012-04-29T19:55:58+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/osmarender/src/org/openstreetmap/josm/plugins/osmarender/OsmarenderPlugin.java
r27904 r28367 47 47 48 48 public Action() { 49 super(tr("Osmarender"), null, tr("Osmarender"), null, true, "osmarender", true); 50 } 51 52 public void actionPerformed(ActionEvent e) { 49 super(tr("Osmarender"), (String)null, tr("Osmarender"), null, true, "osmarender", true); 50 } 51 52 @Override 53 public void actionPerformed(ActionEvent e) { 53 54 // get all stuff visible on screen 54 55 LatLon bottomLeft = Main.map.mapView.getLatLon(0,Main.map.mapView.getHeight());
Note:
See TracChangeset
for help on using the changeset viewer.