Browse Source

Fix Windows IME (#18645)

pull/18637/head
Julien Lebosquain 1 year ago
committed by GitHub
parent
commit
e8f737458b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/Windows/Avalonia.Win32/WindowImpl.AppWndProc.cs

2
src/Windows/Avalonia.Win32/WindowImpl.AppWndProc.cs

@ -223,8 +223,6 @@ namespace Avalonia.Win32
e = new RawTextInputEventArgs(WindowsKeyboardDevice.Instance, timestamp, Owner, text);
}
_ignoreWmChar = false;
break;
}

Loading…
Cancel
Save