- Timestamp:
- 2018-10-28T19:35:08+01:00 (6 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/BoundingXYVisitor.java
r14120 r14379 176 176 * 177 177 * Warning: if the bounding box only contains a single node, no expansion takes 178 * place because a node has no width/height. Use <code>enlargeToMinDegrees</code>178 * place because a node has no width/height. Use {@link #enlargeBoundingBox(double)} 179 179 * instead. 180 180 * -
trunk/src/org/openstreetmap/josm/gui/MapStatus.java
r14153 r14379 564 564 * If an old popup exists, it will be automatically hidden 565 565 * @param newPopup popup to show 566 * @param lbls lab les to show (see {@link #popupLabels})566 * @param lbls labels to show (see {@link #popupLabels}) 567 567 */ 568 568 private void popupShowPopup(Popup newPopup, List<JLabel> lbls) {
Note:
See TracChangeset
for help on using the changeset viewer.