Changeset 18801 in josm for trunk/src/org/openstreetmap/josm/gui/layer/MainLayerManager.java
- Timestamp:
- 2023-08-09T15:30:01+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/MainLayerManager.java
r18691 r18801 27 27 * The active layer is the layer the user is currently working on. 28 28 * <p> 29 * The edit layer is a ndata layer that we currently work with.29 * The edit layer is a data layer that we currently work with. 30 30 * @author Michael Zangl 31 31 * @since 10279 … … 211 211 212 212 /** 213 * Adds a active/edit layer change listener. Fire a fake active-layer-changed-event right after adding 213 * Adds an active/edit layer change listener. Fire a fake active-layer-changed-event right after adding 214 214 * the listener. The previous layers will be null. The listener is notified in the current thread. 215 215 * @param listener the listener.
Note:
See TracChangeset
for help on using the changeset viewer.
