Fixed mousetests

This commit is contained in:
Tig
2024-06-08 08:02:35 -06:00
parent 7213588973
commit bc8895faa2

View File

@@ -534,6 +534,7 @@ public class MouseTests (ITestOutputHelper output) : TestsAllViews
{
var view = new View ()
{
CanFocus = true,
HighlightStyle = highlightOnPress,
Height = 1,
Width = 1
@@ -588,6 +589,7 @@ public class MouseTests (ITestOutputHelper output) : TestsAllViews
{
var view = new View ()
{
CanFocus = true,
HighlightStyle = HighlightStyle.Pressed | HighlightStyle.PressedOutside,
Height = 1,
Width = 1