@@ -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
-}
+}