Browse Source

Remove unused "virtual"

pull/8738/head
Max Katz 4 years ago
committed by GitHub
parent
commit
817afedf48
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Controls/Control.cs

2
src/Avalonia.Controls/Control.cs

@ -344,7 +344,7 @@ namespace Avalonia.Controls
/// Invoked as the first step of marking the control as loaded and raising the
/// <see cref="Loaded"/> event.
/// </summary>
internal virtual void OnLoadedCore()
internal void OnLoadedCore()
{
if (_isLoaded == false &&
((ILogical)this).IsAttachedToLogicalTree)

Loading…
Cancel
Save