Changeset 17444 in josm
- Timestamp:
- 2021-01-05T10:31:16+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/actions/RefreshAction.java
r17172 r17444 75 75 // relation was changed outside of the editor 76 76 // either it was modified or deleted or changed by an undo 77 setEnabled(!snapshot.hasEqualSemanticAttributes(relation ));77 setEnabled(!snapshot.hasEqualSemanticAttributes(relation, false /* don't ignore uninteresting keys */)); 78 78 return; 79 79 }
Note:
See TracChangeset
for help on using the changeset viewer.