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