Fix highlighting current TabbedPanels tab

Relates to #54.
This commit is contained in:
Trevor Slocum 2021-05-30 10:54:04 -07:00
parent 29170b8453
commit 7e8817f20b
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
v1.5.6 (WIP)
- Add TrueColorTags option and do not use TrueColor tag values by default
- Draw additional accents when rendering a list divider
- Update List, Table and TreeView to not handle Tab or Backtab
- Allow specifying TabbedPanels switcher height

View File

@ -69,6 +69,7 @@ func NewTabbedPanels() *TabbedPanels {
if t.setFocus != nil {
t.setFocus(t.panels)
}
s.Highlight()
})
t.rebuild()