Fix highlighting current TabbedPanels tab

Relates to #54.
textarea
Trevor Slocum 2 years ago
parent 29170b8453
commit 7e8817f20b

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

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

Loading…
Cancel
Save