Changeset 32501 in osm for applications/editors/josm/plugins/osmarender/src/org
- Timestamp:
- 2016-07-01T20:12:54+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/osmarender/src/org/openstreetmap/josm/plugins/osmarender/OsmarenderPlugin.java
r32174 r32501 56 56 @Override 57 57 public void actionPerformed(ActionEvent e) { 58 DataSet ds = Main. main.getCurrentDataSet();58 DataSet ds = Main.getLayerManager().getEditDataSet(); 59 59 if (ds == null) { 60 60 return;
Note:
See TracChangeset
for help on using the changeset viewer.