mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
NeedsDisplay -> NeedsDraw
This commit is contained in:
@@ -566,7 +566,7 @@ public class MenuBarTests (ITestOutputHelper output)
|
||||
void ChangeMenuTitle (string title)
|
||||
{
|
||||
menu.Menus [0].Title = title;
|
||||
menu.SetNeedsDisplay ();
|
||||
menu.SetNeedsDraw ();
|
||||
}
|
||||
|
||||
RunState rsDialog = Application.Begin (dialog);
|
||||
@@ -775,7 +775,7 @@ public class MenuBarTests (ITestOutputHelper output)
|
||||
void ChangeMenuTitle (string title)
|
||||
{
|
||||
menu.Menus [0].Title = title;
|
||||
menu.SetNeedsDisplay ();
|
||||
menu.SetNeedsDraw ();
|
||||
}
|
||||
|
||||
RunState rs = Application.Begin (dialog);
|
||||
|
||||
Reference in New Issue
Block a user