mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fix EscSeqUtilsTests.
This commit is contained in:
@@ -695,8 +695,9 @@ public class EscSeqUtilsTests
|
||||
Assert.False (_isReq);
|
||||
|
||||
var view = new View { Width = Dim.Fill (), Height = Dim.Fill (), WantContinuousButtonPressed = true };
|
||||
Application.Top.Add (view);
|
||||
Application.Begin (Application.Top);
|
||||
var top = new Toplevel ();
|
||||
top.Add (view);
|
||||
Application.Begin (top);
|
||||
|
||||
Application.OnMouseEvent (
|
||||
new MouseEventEventArgs (
|
||||
|
||||
Reference in New Issue
Block a user