Changeset 14709 in josm for trunk/src/org
- Timestamp:
- 2019-01-20T18:43:32+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/RelationListDialog.java
r14685 r14709 218 218 List<IRelation<?>> sel = model.getSelectedRelations(); 219 219 popupMenuHandler.setPrimitives(sel); 220 selectRelationAction.setPrimitives(sel); 220 221 221 222 Component focused = FocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
Note:
See TracChangeset
for help on using the changeset viewer.