Skip to content

Commit 474655d

Browse files
committed
try including MLDropTarget.class
1 parent 9effb55 commit 474655d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/third_party_open/uiFileDnD/java_dnd.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ function java_dnd(target, dropFcn)
88

99
% Required: MLDropTarget.class under the same folder
1010

11+
%#function MLDropTarget.class
1112
if ~exist('MLDropTarget', 'class')
1213
pth = fileparts(mfilename('fullpath'));
1314
javaaddpath(pth); % dynamic for this session

0 commit comments

Comments
 (0)