Nikita Tsukanov
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Base/Input/TextInput/TransformTrackingHelper.cs
|
|
|
@ -24,7 +24,7 @@ namespace Avalonia.Input.TextInput |
|
|
|
if (visual != null) |
|
|
|
{ |
|
|
|
visual.AttachedToVisualTree += OnAttachedToVisualTree; |
|
|
|
visual.DetachedFromVisualTree -= OnDetachedFromVisualTree; |
|
|
|
visual.DetachedFromVisualTree += OnDetachedFromVisualTree; |
|
|
|
if (visual.IsAttachedToVisualTree) |
|
|
|
SubscribeToParents(); |
|
|
|
UpdateMatrix(); |
|
|
|
|