diff --git a/Terminal.Gui/Core/Toplevel.cs b/Terminal.Gui/Core/Toplevel.cs index 23fb0df1f..3b4689a47 100644 --- a/Terminal.Gui/Core/Toplevel.cs +++ b/Terminal.Gui/Core/Toplevel.cs @@ -552,9 +552,7 @@ namespace Terminal.Gui { /// public override void Add (View view) { - if (!CanFocus) { - CanFocus = true; - } + CanFocus = true; AddMenuStatusBar (view); base.Add (view); }