Changeset 31732 in osm for applications/editors/josm/plugins/merge-overlap/src
- Timestamp:
- 2015-11-07T18:14:29+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/merge-overlap/src/mergeoverlap/MergeOverlapAction.java
r31655 r31732 559 559 if (askForMergeTag(ways) || duplicateParentRelations(ways)) { 560 560 dialog.setVisible(true); 561 if (dialog.is Canceled())561 if (!dialog.isApplied()) 562 562 throw new UserCancelException(); 563 563 }
Note:
See TracChangeset
for help on using the changeset viewer.