- Timestamp:
- 2018-12-03T20:08:05+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/OsmDataLayer.java
r14500 r14504 1064 1064 protected static void removeClipboardDataFor(OsmDataLayer osm) { 1065 1065 Transferable clipboardContents = ClipboardUtils.getClipboardContent(); 1066 if (clipboardContents != null ) {1066 if (clipboardContents != null && clipboardContents.isDataFlavorSupported(OsmLayerTransferData.OSM_FLAVOR)) { 1067 1067 try { 1068 1068 Object o = clipboardContents.getTransferData(OsmLayerTransferData.OSM_FLAVOR);
Note:
See TracChangeset
for help on using the changeset viewer.