Ticket #18713: 18713.1.patch
File 18713.1.patch, 695 bytes (added by , 5 years ago) |
---|
-
src/org/openstreetmap/josm/plugins/terracer/TerracerPlugin.java
42 42 .collect(Collectors.toMap(JMenuItem::getAction, component -> component)); 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 } 48 48 }