Fix for #1353 (tab view not refreshing in some circumstances)
@@ -179,6 +179,7 @@ namespace Terminal.Gui {
if (Tabs.Any ()) {
tabsBar.Redraw (tabsBar.Bounds);
+ contentView.SetNeedsDisplay();
contentView.Redraw (contentView.Bounds);
}
@@ -840,4 +841,4 @@ namespace Terminal.Gui {
#endregion
-}
+}