Explorar o código

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

BDisp %!s(int64=2) %!d(string=hai) anos
pai
achega
76b3529afe
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 			}
 		}