Fix issue with RichTextBox and Unicode - thx OmrSi :)

This commit is contained in:
Nikolaj Olsson 2021-01-19 14:22:48 +01:00
parent 5932ee4b08
commit 90461c6a0b

View File

@ -14140,12 +14140,6 @@ namespace Nikse.SubtitleEdit.Forms
return;
}
if (e.Modifiers == Keys.Alt && e.KeyCode == (Keys.RButton | Keys.ShiftKey) && (textBoxListViewText.Focused || textBoxListViewTextOriginal.Focused))
{ // annoying that focus leaves textbox while typing, when pressing Alt alone
e.SuppressKeyPress = true;
return;
}
if (e.Modifiers == Keys.Alt && e.KeyCode == (Keys.RButton | Keys.ShiftKey))
{
return;