mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
View Draw API docs and code cleanup
This commit is contained in:
@@ -964,7 +964,7 @@ public partial class ToplevelTests (ITestOutputHelper output)
|
||||
Application.Top!.DrawComplete += OnDrawContentComplete;
|
||||
top.Add (viewAddedToTop);
|
||||
|
||||
void OnDrawContentComplete (object sender, DrawEventArgs e)
|
||||
void OnDrawContentComplete (object sender, EventArgs _)
|
||||
{
|
||||
Assert.Equal (new (1, 3, 18, 16), viewAddedToTop.Frame);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user