View Draw API docs and code cleanup

This commit is contained in:
Tig
2024-10-26 16:46:24 -07:00
parent ee29ed87ed
commit 92dac0ecfb
7 changed files with 10 additions and 12 deletions

View File

@@ -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);