Julien Lebosquain
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
2 deletions
-
src/Windows/Avalonia.Win32/WindowImpl.AppWndProc.cs
|
|
@ -223,8 +223,6 @@ namespace Avalonia.Win32 |
|
|
|
|
|
|
|
|
e = new RawTextInputEventArgs(WindowsKeyboardDevice.Instance, timestamp, Owner, text); |
|
|
e = new RawTextInputEventArgs(WindowsKeyboardDevice.Instance, timestamp, Owner, text); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
_ignoreWmChar = false; |
|
|
|
|
|
break; |
|
|
break; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|