Browse Source
Merge pull request #11274 from Mikolaytis/IME_PositionFix
[IME] fix UpdateCursorRect call
pull/11283/head
Dan Walmsley
3 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.Base/Input/TextInput/InputMethodManager.cs
|
|
|
@ -48,9 +48,9 @@ namespace Avalonia.Input.TextInput |
|
|
|
} |
|
|
|
|
|
|
|
_transformTracker.SetVisual(_client?.TextViewVisual); |
|
|
|
UpdateCursorRect(); |
|
|
|
|
|
|
|
_im?.SetClient(_client); |
|
|
|
UpdateCursorRect(); |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
|