Ticket #12941: patch-fix-12941.patch

File patch-fix-12941.patch, 698 bytes (added by michael2402, 10 years ago)
  • src/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelper.java

    diff --git a/src/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelper.java b/src/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelper.java
    index 3ff47b7..796692b 100644
    a b public class TagEditHelper {  
    10411041            }
    10421042        }
    10431043
     1044        /**
     1045         * Destroy the recentTagsActions.
     1046         */
    10441047        public void destroyActions() {
    10451048            for (JosmAction action : recentTagsActions) {
    10461049                action.destroy();
    10471050            }
     1051            recentTagsActions.clear();
    10481052        }
    10491053
    10501054        /**