mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fix UICatalog.
This commit is contained in:
@@ -133,7 +133,7 @@ public class GraphViewExample : Scenario
|
||||
)
|
||||
]
|
||||
};
|
||||
Application.Top.Add (menu);
|
||||
Top.Add (menu);
|
||||
|
||||
_graphView = new GraphView
|
||||
{
|
||||
@@ -179,7 +179,7 @@ public class GraphViewExample : Scenario
|
||||
)
|
||||
}
|
||||
);
|
||||
Application.Top.Add (statusBar);
|
||||
Top.Add (statusBar);
|
||||
}
|
||||
|
||||
private void EnableDiagnostics ()
|
||||
|
||||
Reference in New Issue
Block a user