mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixed mousetests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user