浏览代码

Accomodate changes for PR #724

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

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

@@ -143,7 +143,7 @@ namespace Terminal.Gui {
 				}
 			};
 
-			Adding += (View v) => {
+			Added += (View v) => {
 
 				// Determine if this view is hosted inside a dialog
 				for (View view = this.SuperView; view != null; view = view.SuperView) {