浏览代码

Fixing the ComboBox OnEnter.

BDisp 5 年之前
父节点
当前提交
89afea2e7d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Terminal.Gui/Views/ComboBox.cs

+ 1 - 1
Terminal.Gui/Views/ComboBox.cs

@@ -184,7 +184,7 @@ namespace Terminal.Gui {
 		}
 		}
 
 
 		///<inheritdoc/>
 		///<inheritdoc/>
-		public override bool OnEnter ()
+		public override bool OnEnter (View view)
 		{
 		{
 			if (!search.HasFocus)
 			if (!search.HasFocus)
 				this.SetFocus (search);
 				this.SetFocus (search);