8000286: [macosx] Views keep scrolling back to the drag position after DnD
authorkizune
Tue Oct 02 10:20:16 2012 +0400 (7 months ago)
changeset 55646c621a2e5456
parent 55637af05e99ff0e
child 5565b5b35ef6e048
8000286: [macosx] Views keep scrolling back to the drag position after DnD
Reviewed-by: leonidr, serb
src/macosx/classes/sun/lwawt/macosx/CDropTargetContextPeer.java
--- a/src/macosx/classes/sun/lwawt/macosx/CDropTargetContextPeer.java Thu Aug 16 07:39:10 2012 -0700
+++ b/src/macosx/classes/sun/lwawt/macosx/CDropTargetContextPeer.java Tue Oct 02 10:20:16 2012 +0400
@@ -38,7 +38,7 @@ final class CDropTargetContextPeer exten
private long fNativeDropTransfer = 0;
private long fNativeDataAvailable = 0;
private Object fNativeData = null;
- private boolean insideTarget = false;
+ private boolean insideTarget = true;
Object awtLockAccess = new Object();