mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Rename id to scrollSlider to avoid conflict with the Slider view.
This commit is contained in:
@@ -692,7 +692,7 @@ public class ScrollTests
|
||||
});
|
||||
}
|
||||
|
||||
Assert.Equal ("slider", Application.MouseGrabView?.Id);
|
||||
Assert.Equal ("scrollSlider", Application.MouseGrabView?.Id);
|
||||
Assert.Equal (expectedPos, scroll.Position);
|
||||
|
||||
Application.Refresh ();
|
||||
|
||||
Reference in New Issue
Block a user