fixed merge error

This commit is contained in:
Charlie Kindel
2022-10-31 21:50:45 -06:00
parent 3ee2485447
commit 859b8def47

View File

@@ -51,7 +51,7 @@ namespace UICatalog.Scenarios {
public override void Init (Toplevel top, ColorScheme colorScheme)
{
Application.Init ();
Top = top != null ? top : Application.Top != null ? top : Application.Top;
Top = top != null ? top : Application.Top;
Win = new TestWindow ($"CTRL-Q to Close - Scenario: {GetName ()}") {
X = 0,