Skip to content

Commit

Permalink
Fix handling of font updates in tabline
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyosi committed Jun 25, 2021
1 parent bedfdb3 commit 6543ab0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor/tabline.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ func (t *Tabline) updateFont() {
for _, tab := range t.Tabs {
tab.file.SetFont(t.font)
}

t.updateSize()
}

func (t *Tab) show() {
Expand Down

0 comments on commit 6543ab0

Please sign in to comment.