You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started playing with DevTool from Avalonia.Diagnostics and I found something strange when activating the Dirty Rec overlay.
When the focus is on the TextEditor control, each caret blink cause a render of almost the whole TextView.
carret_dirty.mp4
The text was updated successfully, but these errors were encountered:
The caret is part of a dedicated layer within the TextView so if that is invalidated the whole area gets invalidated. Ideally, only the caret is invalidated.
I started playing with DevTool from Avalonia.Diagnostics and I found something strange when activating the Dirty Rec overlay.
When the focus is on the TextEditor control, each caret blink cause a render of almost the whole TextView.
carret_dirty.mp4
The text was updated successfully, but these errors were encountered: