mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 09:18:01 +01:00
Fixes #2688. ReadOnly TextView's broken scrolling after version update.
This commit is contained in:
@@ -873,7 +873,7 @@ namespace Terminal.Gui {
|
||||
keyUpHandler (new KeyEvent (map, keyModifiers));
|
||||
}
|
||||
}
|
||||
if (!inputEvent.KeyEvent.bKeyDown) {
|
||||
if (!inputEvent.KeyEvent.bKeyDown && (inputEvent.KeyEvent.dwControlKeyState == 0 || inputEvent.KeyEvent.dwControlKeyState == WindowsConsole.ControlKeyState.EnhancedKey)) {
|
||||
keyModifiers = null;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user