mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Merge pull request #1354 from tznind/main
Fix for #1353 (tab view not refreshing in some circumstances)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user