Max Katz
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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) |
|
|
|
|