- Timestamp:
- 2011-02-20T18:18:33+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/TMSLayer.java
r3915 r3921 445 445 return; 446 446 447 if(attrImageBounds.contains(e.getPoint())) { 447 if(attrImageBounds != null && attrImageBounds.contains(e.getPoint())) { 448 448 try { 449 449 java.awt.Desktop desktop = java.awt.Desktop.getDesktop();
Note:
See TracChangeset
for help on using the changeset viewer.