Skip to content

Commit 387d116

Browse files
committed
DnD
1 parent 7720ed0 commit 387d116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/srcjs/js/j2sApplet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2208,7 +2208,7 @@ if (ev.keyCode == 9 && ev.target["data-focuscomponent"]) {
22082208
System.out.println("j2sApplet DnD kind=" + kind + " type=" + type + " name=" + name + " size="+ bytes.length);
22092209
if (--nfiles == 0) {
22102210
Clazz.load("swingjs.JSDnD")
2211-
.drop$javax_swing_JComponent$O$OAA$I$I(comp, oe.dataTransfer, arr, -x, y);
2211+
.drop$javax_swing_JComponent$O$OAA$I$I(comp, oe.dataTransfer, arr, x, y);
22122212
}
22132213
}
22142214
};

0 commit comments

Comments
 (0)