Skip to content

Commit

Permalink
Remove duplicate refresh in doctabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Jul 3, 2023
1 parent debfb2c commit 4073e76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion container/doctabs.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ func (t *DocTabs) SetTabLocation(l TabLocation) {
func (t *DocTabs) Show() {
t.BaseWidget.Show()
t.SelectIndex(t.current)
t.Refresh()
}

func (t *DocTabs) close(item *TabItem) {
Expand Down

0 comments on commit 4073e76

Please sign in to comment.