Browse Source

Fixing the ComboBox OnEnter.

BDisp 5 years ago
parent
commit
89afea2e7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Terminal.Gui/Views/ComboBox.cs

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

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