Changeset 12380 in josm
- Timestamp:
- 2017-06-09T22:23:09+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MapView.java
r12326 r12380 36 36 37 37 import org.openstreetmap.josm.Main; 38 import org.openstreetmap.josm.actions.mapmode.DrawAction;39 38 import org.openstreetmap.josm.actions.mapmode.MapMode; 40 39 import org.openstreetmap.josm.data.Bounds; … … 186 185 187 186 /** 188 * Replaced by the {@link DrawAction#VIEWPORT_FOLLOWING} property189 * @deprecated since 12180. Can be remove soon (does any plugin even use this?)190 */191 @Deprecated192 public boolean viewportFollowing;193 194 /**195 187 * A list of all layers currently loaded. If we support multiple map views, this list may be different for each of them. 196 188 */
Note:
See TracChangeset
for help on using the changeset viewer.