Skip to content

Commit

Permalink
Add missing DRAG.DROP event if transfer flavor is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover authored and fniephaus committed Jul 10, 2020
1 parent 1a49ae5 commit a74b0eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,8 @@ public void drop(final DropTargetDropEvent dtde) {
}
}
}
image.dropPluginFileList = new String[0];
addDragEvent(DRAG.DROP, dtde.getLocation());
dtde.rejectDrop();
}

Expand Down

0 comments on commit a74b0eb

Please sign in to comment.