Browse Source

Accomodate changes for PR #724

Ross Ferguson 5 năm trước cách đây
mục cha
commit
e0d50af4e5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {