Skip to content

Commit

Permalink
fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
OliBomby committed Nov 4, 2024
1 parent cc36bae commit bee258a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ public TestSceneSliderBar()
{
sliderBar.Current.Disabled = false;
sliderBar.Current.Value = 0;
sliderBar.MouseStep = 0;
sliderBar.MinValue = sliderBarValue.MinValue;
sliderBar.MaxValue = sliderBarValue.MaxValue;
sliderBar.GetContainingFocusManager()!.ChangeFocus(null);
sliderBarWithNub.GetContainingFocusManager()!.ChangeFocus(null);
});
Expand Down

0 comments on commit bee258a

Please sign in to comment.