Changeset 14029 in josm for trunk/src/org/openstreetmap/josm/gui/dialogs/relation/actions/ApplyAction.java
- Timestamp:
- 2018-07-15T12:16:21+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/actions/ApplyAction.java
r14027 r14029 13 13 */ 14 14 public class ApplyAction extends SavingAction { 15 private static final long serialVersionUID = 1L;15 private static final long serialVersionUID = 1L; 16 16 17 17 /** … … 34 34 public void actionPerformed(ActionEvent e) { 35 35 if (applyChanges()) { 36 editorAccess.getEditor().reloadDataFromRelation();36 editorAccess.getEditor().reloadDataFromRelation(); 37 37 } 38 38 }
Note:
See TracChangeset
for help on using the changeset viewer.
