mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Merge remote-tracking branch 'refs/remotes/origin/v2_2491-Toplevel-Redesign' into v2_2491-Toplevel-Redesign
This commit is contained in:
@@ -306,7 +306,7 @@ ssb
|
||||
[SetupFakeDriver]
|
||||
public void FillRemaining_True_False ()
|
||||
{
|
||||
((FakeDriver)Application.Driver).SetBufferSize (22, 5);
|
||||
((FakeDriver)Application.Driver!).SetBufferSize (22, 5);
|
||||
|
||||
Attribute [] attrs =
|
||||
{
|
||||
@@ -6945,7 +6945,7 @@ B ")]
|
||||
Text = text
|
||||
};
|
||||
|
||||
Application.Driver.FillRect (new (0, 0, 7, 7), (Rune)'*');
|
||||
Application.Driver?.FillRect (new (0, 0, 7, 7), (Rune)'*');
|
||||
tf.Draw (new (0, 0, 7, 7), Attribute.Default, Attribute.Default);
|
||||
TestHelpers.AssertDriverContentsWithFrameAre (expectedText, _output);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user