From 938c95dbb558525ef5fc468a45c003bf51754d9d Mon Sep 17 00:00:00 2001 From: Ross Ferguson Date: Tue, 30 Jun 2020 20:41:15 +0100 Subject: [PATCH] Accomodate changes for PR #724 --- Terminal.Gui/Views/ComboBox.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Views/ComboBox.cs b/Terminal.Gui/Views/ComboBox.cs index 803b12f4a..5a6b6e243 100644 --- a/Terminal.Gui/Views/ComboBox.cs +++ b/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) {