Kaynağa Gözat

Fix scenario from throwing exception.

BDisp 1 yıl önce
ebeveyn
işleme
cb2405cd94
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      UICatalog/Scenarios/Buttons.cs

+ 2 - 0
UICatalog/Scenarios/Buttons.cs

@@ -14,6 +14,8 @@ public class Buttons : Scenario
 {
     public override void Main ()
     {
+        Application.Init ();
+
         Window main = new ()
         {
             Title = $"{Application.QuitKey} to Quit - Scenario: {GetName ()}"