Selaa lähdekoodia

Accomodate changes for PR #724

Ross Ferguson 5 vuotta sitten
vanhempi
commit
e0d50af4e5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {