Changeset 12158 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2017-05-15T14:57:25+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java
r12131 r12158 1152 1152 || currentMouseEastNorth == null || getCurrentBaseNode() == null 1153 1153 // don't draw line if mouse is outside window 1154 || !Main.map.mapView.get Bounds().contains(mousePos))1154 || !Main.map.mapView.getState().getForView(mousePos.getX(), mousePos.getY()).isInView()) 1155 1155 return; 1156 1156
Note:
See TracChangeset
for help on using the changeset viewer.