We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc1e71 commit 82928ceCopy full SHA for 82928ce
Desktop.Robot/Linux/Robot.cs
@@ -74,7 +74,7 @@ public override void MouseScrollVertical(int value)
74
if (value < 0)
75
{
76
click(true, Common.UP_BUTTON);
77
- Thread.Sleep(value);
+ Thread.Sleep(-value);
78
click(false, Common.UP_BUTTON);
79
}
80
else
0 commit comments