- Timestamp:
- 2020-09-28T16:27:00+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java
r17032 r17066 206 206 tagTable, editHelper::getDataKey, OsmDataManager.getInstance()::getInProgressISelection); 207 207 private final CopyAllKeyValueAction copyAllKeyValueAction = new CopyAllKeyValueAction( 208 tagTable, editHelper::getDataKey, OsmDataManager.getInstance()::getInProgressISelection).registerShortcut(); 208 tagTable, editHelper::getDataKey, OsmDataManager.getInstance()::getInProgressISelection).registerShortcut(); /* NO-SHORTCUT */ 209 209 private final SearchAction searchActionSame = new SearchAction(true); 210 210 private final SearchAction searchActionAny = new SearchAction(false);
Note:
See TracChangeset
for help on using the changeset viewer.