فهرست منبع

Fixed unit test

Tig 10 ماه پیش
والد
کامیت
74cc9105af
2فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 1
      Terminal.Gui/Application/ApplicationNavigation.cs
  2. 0 1
      Terminal.Gui/View/View.Navigation.cs

+ 1 - 1
Terminal.Gui/Application/ApplicationNavigation.cs

@@ -78,7 +78,7 @@ public class ApplicationNavigation
             return;
             return;
         }
         }
 
 
-        Debug.Assert(value is {});
+        //Debug.Assert(value is {});
 
 
         _focused = value;
         _focused = value;
 
 

+ 0 - 1
Terminal.Gui/View/View.Navigation.cs

@@ -595,7 +595,6 @@ public partial class View // Focus and cross-view navigation management (TabStop
                 newFocusedView = SuperView;
                 newFocusedView = SuperView;
             }
             }
 
 
-
             // Are we an Adornment? 
             // Are we an Adornment? 
             if (this is Adornment ad)
             if (this is Adornment ad)
             {
             {