|
@@ -570,9 +570,6 @@ namespace Terminal.Gui {
|
|
///<inheritdoc/>
|
|
///<inheritdoc/>
|
|
public override void Remove (View view)
|
|
public override void Remove (View view)
|
|
{
|
|
{
|
|
- if (InternalSubviews.Count < 1) {
|
|
|
|
- CanFocus = false;
|
|
|
|
- }
|
|
|
|
if (this is Toplevel toplevel && toplevel.MenuBar != null) {
|
|
if (this is Toplevel toplevel && toplevel.MenuBar != null) {
|
|
RemoveMenuStatusBar (view);
|
|
RemoveMenuStatusBar (view);
|
|
}
|
|
}
|