Skip to content

Commit 2fe4961

Browse files
authored
Merge pull request #3828 from BDisp/v2_tabview-fix
Fixes TabView.
2 parents f2b24c4 + c62a051 commit 2fe4961

File tree

10 files changed

+1593
-1484
lines changed

10 files changed

+1593
-1484
lines changed

Terminal.Gui/Views/TabView.cs

Lines changed: 0 additions & 1404 deletions
This file was deleted.

Terminal.Gui/Views/Tab.cs renamed to Terminal.Gui/Views/TabView/Tab.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public string DisplayText
2222
set
2323
{
2424
_displayText = value;
25-
SetNeedsDraw ();
25+
SetNeedsLayout ();
2626
}
2727
}
2828

0 commit comments

Comments
 (0)