Pārlūkot izejas kodu

Fixed static issue

Tig 1 gadu atpakaļ
vecāks
revīzija
0307af112b
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 3 1
      UICatalog/Scenarios/ASCIICustomButton.cs

+ 3 - 1
UICatalog/Scenarios/ASCIICustomButton.cs

@@ -16,6 +16,8 @@ public class ASCIICustomButtonTest : Scenario
 
     public override void Main ()
     {
+        _smallerWindow = false;
+
         Application.Init ();
         Toplevel top = new ();
 
@@ -24,7 +26,7 @@ public class ASCIICustomButtonTest : Scenario
             Menus =
             [
                 new MenuBarItem (
-                                 "Window Size",
+                                 "_Window Size",
                                  new []
                                  {
                                      _miSmallerWindow =