Skip to content

Commit

Permalink
Merge pull request #3828 from BDisp/v2_tabview-fix
Browse files Browse the repository at this point in the history
Fixes TabView.
  • Loading branch information
tig authored Nov 21, 2024
2 parents f2b24c4 + c62a051 commit 2fe4961
Show file tree
Hide file tree
Showing 10 changed files with 1,593 additions and 1,484 deletions.
1,404 changes: 0 additions & 1,404 deletions Terminal.Gui/Views/TabView.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public string DisplayText
set
{
_displayText = value;
SetNeedsDraw ();
SetNeedsLayout ();
}
}

Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 2fe4961

Please sign in to comment.