Browse Source

Remove Virtual.

BDisp 11 months ago
parent
commit
27aa591aef
1 changed files with 1 additions and 1 deletions
  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;
         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)); }
     protected void OnSizeChanged (int size) { SizeChanged?.Invoke (this, new (in size)); }
 
 
     internal void AdjustScroll ()
     internal void AdjustScroll ()