Fixed Redraw in TabView not setting needs display on tab area view

This commit is contained in:
tznind
2021-06-25 22:16:14 +01:00
parent 0c80a4f1f2
commit 5cef7f7663

View File

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