소스 검색

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) {