Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8253681: closed java/awt/dnd/MouseEventAfterStartDragTest/MouseEventA…
…fterStartDragTest.html test failed

Reviewed-by: shade
  • Loading branch information
mrserb committed Oct 8, 2020
1 parent d036dca commit c2a5de6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,7 @@ public abstract class SunDragSourceContextPeer implements DragSourceContextPeer
private int sourceActions;

private static volatile boolean dragDropInProgress = false;
private static boolean discardingMouseEvents = false;
private static volatile boolean discardingMouseEvents = false;

/*
* dispatch constants
Expand Down

1 comment on commit c2a5de6

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on c2a5de6 Oct 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.