Accomodate changes for PR #724

This commit is contained in:
Ross Ferguson
2020-06-30 20:41:15 +01:00
committed by BDisp
parent 9b7510cc4c
commit 938c95dbb5

View File

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