Changeset 17444 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2021-01-05T10:31:16+01:00 (3 years ago)
Author:
GerdP
Message:

see #20313: Relation editor: Changes of "uninteresting" tags in mapview not recognized.

  • don't ignore "uninteresting" tags when comparing relation in editor with that the original
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/actions/RefreshAction.java

    r17172 r17444  
    7575            // relation was changed outside of the editor
    7676            // 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 */));
    7878            return;
    7979        }
Note: See TracChangeset for help on using the changeset viewer.