소스 검색

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

BDisp 2 년 전
부모
커밋
76b3529afe
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
 			}
 		}