Parcourir la source

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

BDisp il y a 2 ans
Parent
commit
76b3529afe
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;
 			}
 		}