mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Accomodate changes for PR #724
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user