7130140: using horizontal scroll button on mouse causes a message to be printed on stdout
Reviewed-by: art
This commit is contained in:
parent
ea9ee98dd7
commit
9bf6ef1857
@ -758,7 +758,6 @@ public class MouseEvent extends InputEvent {
|
||||
|
||||
if (getModifiersEx() != 0) { //There is at least one more button in a pressed state.
|
||||
if (id == MouseEvent.MOUSE_RELEASED || id == MouseEvent.MOUSE_CLICKED){
|
||||
System.out.println("MEvent. CASE!");
|
||||
shouldExcludeButtonFromExtModifiers = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user