Parcourir la source

Remove Virtual.

BDisp il y a 1 an
Parent
commit
27aa591aef
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Terminal.Gui/Views/Scroll/Scroll.cs

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

@@ -174,7 +174,7 @@ public class Scroll : View
         return args;
     }
 
-    /// <summary>Virtual method called when <see cref="Size"/> has changed. Raises <see cref="SizeChanged"/>.</summary>
+    /// <summary>Called when <see cref="Size"/> has changed. Raises <see cref="SizeChanged"/>.</summary>
     protected void OnSizeChanged (int size) { SizeChanged?.Invoke (this, new (in size)); }
 
     internal void AdjustScroll ()