提交 c4c88263 编写于 作者: D dav

6973199: java/awt/Robot/RobotWheelTest/RobotWheelTest.html failed on JDK7 b102 bug passed on b101

Reviewed-by: art, yan
上级 c6238897
......@@ -779,7 +779,7 @@ public class XWindow extends XBaseWindow implements X11ComponentPeer {
xbe.get_x_root(),
xbe.get_y_root(),
1,false,MouseWheelEvent.WHEEL_UNIT_SCROLL,
3,button==4 ? -1*clickCount : 1*clickCount);
3,button==4 ? -1 : 1);
postEventToEventQueue(mwe);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册