浏览代码

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;
 			}
 		}