Selaa lähdekoodia

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

BDisp 2 vuotta sitten
vanhempi
commit
76b3529afe
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;
 			}
 		}