mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 08:50:25 +01:00
Fix ThicknessTests.
This commit is contained in:
@@ -177,8 +177,9 @@ public class ThicknessTests
|
||||
// Add a frame so we can see the ruler
|
||||
var f = new FrameView { X = 0, Y = 0, Width = Dim.Fill (), Height = Dim.Fill () };
|
||||
|
||||
Application.Top.Add (f);
|
||||
Application.Begin (Application.Top);
|
||||
var top = new Toplevel ();
|
||||
top.Add (f);
|
||||
Application.Begin (top);
|
||||
|
||||
((FakeDriver)Application.Driver).SetBufferSize (45, 20);
|
||||
var t = new Thickness (0, 0, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user