Skip to content

Commit 6c20691

Browse files
hansonrhansonr
authored andcommitted
SwingJS-site.zip
1 parent ce2702a commit 6c20691

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed
185 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190320160330
1+
20190323074004
185 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190320160330
1+
20190323074004

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12211,7 +12211,10 @@ if (!target) {
1221112211

1221212212

1221312213
if (J2S._dmouseOwner) {
12214-
J2S._dmouseDrag(ev);
12214+
if (J2S._dmouseDrag)
12215+
J2S._dmouseDrag(ev);
12216+
else
12217+
J2S._dmouseOwner = null;
1221512218
}
1221612219

1221712220
if (J2S._traceMouseMove)

0 commit comments

Comments
 (0)