diff options
Diffstat (limited to 'src/Ryujinx.Ava/UI/Helpers/OffscreenTextBox.cs')
-rw-r--r-- | src/Ryujinx.Ava/UI/Helpers/OffscreenTextBox.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Ryujinx.Ava/UI/Helpers/OffscreenTextBox.cs b/src/Ryujinx.Ava/UI/Helpers/OffscreenTextBox.cs index 670d3b36..a055f335 100644 --- a/src/Ryujinx.Ava/UI/Helpers/OffscreenTextBox.cs +++ b/src/Ryujinx.Ava/UI/Helpers/OffscreenTextBox.cs @@ -31,7 +31,6 @@ namespace Ryujinx.Ava.UI.Helpers OnTextInput(new TextInputEventArgs { Text = text, - Device = KeyboardDevice.Instance, Source = this, RoutedEvent = TextInputEvent, }); |