- Timestamp:
- 2011-09-12T22:19:20+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/TMSLayer.java
r4331 r4417 497 497 e1.printStackTrace(); 498 498 } 499 } else if(attrToUBounds .contains(e.getPoint())) {499 } else if(attrToUBounds != null && attrToUBounds.contains(e.getPoint())) { 500 500 try { 501 501 java.awt.Desktop desktop = java.awt.Desktop.getDesktop();
Note:
See TracChangeset
for help on using the changeset viewer.