Changeset 35327 in osm for applications/editors/josm
- Timestamp:
- 2020-02-16T11:50:50+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/TerracerPlugin.java
r35324 r35327 43 43 44 44 for (final Entry<Action, Component> action : actionsMap.entrySet()) { 45 if (actions Map.containsKey(action.getKey())) {45 if (actions.contains(action.getKey())) { 46 46 moreToolsMenu.remove(action.getValue()); 47 47 }
Note:
See TracChangeset
for help on using the changeset viewer.