Changeset 32770 in osm for applications/editors/josm
- Timestamp:
- 2016-08-05T19:21:27+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/actions/AbstractAddressEditAction.java
r30737 r32770 183 183 Main.main.undoRedo.add(new SequenceCommand(txName, commands)); 184 184 commands.clear(); 185 container.invalidate(); 185 if (container != null) { 186 container.invalidate(); 187 } 186 188 } 187 189
Note:
See TracChangeset
for help on using the changeset viewer.