Ticket #12941: patch-fix-12941.patch
| File patch-fix-12941.patch, 698 bytes (added by , 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 { 1041 1041 } 1042 1042 } 1043 1043 1044 /** 1045 * Destroy the recentTagsActions. 1046 */ 1044 1047 public void destroyActions() { 1045 1048 for (JosmAction action : recentTagsActions) { 1046 1049 action.destroy(); 1047 1050 } 1051 recentTagsActions.clear(); 1048 1052 } 1049 1053 1050 1054 /**
