Browse Source

Fixes #2678. TextView stops being responsive after application is sent to the background

BDisp 2 years ago
parent
commit
76b3529afe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Terminal.Gui/ConsoleDrivers/WindowsDriver.cs

+ 1 - 0
Terminal.Gui/ConsoleDrivers/WindowsDriver.cs

@@ -902,6 +902,7 @@ namespace Terminal.Gui {
 				break;
 
 			case WindowsConsole.EventType.Focus:
+				keyModifiers = null;
 				break;
 			}
 		}