mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 08:47:59 +01:00
fixed merge error
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user