Sfoglia il codice sorgente

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

BDisp 2 anni fa
parent
commit
76b3529afe
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
 			}
 		}