提交 b6f3b36b 编写于 作者: P pchelko

8000422: [macosx] Views keep scrolling back to the drag position after DnD

Reviewed-by: serb, anthony
上级 5876dacd
...@@ -38,7 +38,7 @@ final class CDropTargetContextPeer extends SunDropTargetContextPeer { ...@@ -38,7 +38,7 @@ final class CDropTargetContextPeer extends SunDropTargetContextPeer {
private long fNativeDropTransfer = 0; private long fNativeDropTransfer = 0;
private long fNativeDataAvailable = 0; private long fNativeDataAvailable = 0;
private Object fNativeData = null; private Object fNativeData = null;
private boolean insideTarget = false; private boolean insideTarget = true;
Object awtLockAccess = new Object(); Object awtLockAccess = new Object();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册