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

Reviewed-by: serb, anthony
This commit is contained in:
Petr Pchelko 2013-05-28 12:37:46 +04:00
parent 625394bc36
commit abdbb79b15

View File

@ -38,7 +38,7 @@ final class CDropTargetContextPeer extends SunDropTargetContextPeer {
private long fNativeDropTransfer = 0;
private long fNativeDataAvailable = 0;
private Object fNativeData = null;
private boolean insideTarget = false;
private boolean insideTarget = true;
Object awtLockAccess = new Object();