Browse Source

Made View.Navigation.cs #nullabe. Code cleanup.

Tig 11 months ago
parent
commit
03f7b687d6
2 changed files with 429 additions and 523 deletions
  1. 428 522
      Terminal.Gui/View/View.Navigation.cs
  2. 1 1
      Terminal.Gui/Views/TextView.cs

File diff suppressed because it is too large
+ 428 - 522
Terminal.Gui/View/View.Navigation.cs


+ 1 - 1
Terminal.Gui/Views/TextView.cs

@@ -3657,7 +3657,7 @@ public class TextView : View
     }
 
     /// <inheritdoc/>
-    protected override void OnHasFocusChanged (bool newHasFocus, View previousFocusedView, View view)
+    protected override void OnHasFocusChanged (bool newHasFocus, View? previousFocusedView, View? view)
     {
         if (Application.MouseGrabView is { } && Application.MouseGrabView == this)
         {

Some files were not shown because too many files changed in this diff