7130140: using horizontal scroll button on mouse causes a message to be printed on stdout

Reviewed-by: art
This commit is contained in:
Denis Fokin 2012-01-23 17:26:07 +04:00
parent ea9ee98dd7
commit 9bf6ef1857

View File

@ -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;
}
}