Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prsadhuk committed Jan 18, 2024
1 parent 43484fe commit e758ae4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,6 @@ else if (delta < 0 && newValue > oldValue) {
}
}
scrollbar.setValue(newValue);

}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class JScrollBarArtifactTest {
A horizontal JScrollBar is shown.
Drag the scrollbar without releasing mouse.
Additionally, keep right arrow button pressed to move the scrollbar.
If lines are left behind in both cases, please click Fail
If lines are left behind in both cases, please click Fail
otherwise click Pass. """;

public static void main(String[] args) throws Exception {
Expand Down

0 comments on commit e758ae4

Please sign in to comment.