Browse Source

fix build issues

pull/20848/head
Emmanuel Hansen 2 weeks ago
parent
commit
3c00edacbf
  1. 2
      src/Avalonia.Controls/Primitives/TextSelectionCanvas.cs

2
src/Avalonia.Controls/Primitives/TextSelectionCanvas.cs

@ -384,7 +384,7 @@ namespace Avalonia.Controls.Primitives
s_isInTouchMode = e.Pointer.Type != PointerType.Mouse;
}
private void PresenterFocused(object? sender, GotFocusEventArgs e)
private void PresenterFocused(object? sender, FocusChangedEventArgs e)
{
if (_presenter != null && _presenter.SelectionStart != _presenter.SelectionEnd)
{

Loading…
Cancel
Save