mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
@@ -499,9 +499,7 @@ namespace Terminal.Gui {
|
||||
return;
|
||||
|
||||
while (subviews.Count > 0) {
|
||||
var view = subviews [0];
|
||||
Remove (view);
|
||||
subviews.RemoveAt (0);
|
||||
Remove (subviews[0]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user