Bläddra i källkod

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

Tig 11 månader sedan
förälder
incheckning
03f7b687d6
2 ändrade filer med 429 tillägg och 523 borttagningar
  1. 428 522
      Terminal.Gui/View/View.Navigation.cs
  2. 1 1
      Terminal.Gui/Views/TextView.cs

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 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)
         {

Vissa filer visades inte eftersom för många filer har ändrats