Removed break.

This commit is contained in:
BDisp
2020-11-26 00:04:55 +00:00
parent 12383e4c31
commit 441fcbecbe

View File

@@ -586,7 +586,6 @@ namespace Terminal.Gui {
lastWindowHeight = Console.WindowHeight;
return;
}
break;
}
}
}