Skip to content

Commit

Permalink
update type
Browse files Browse the repository at this point in the history
  • Loading branch information
SMQuazi committed Jul 3, 2023
1 parent 7484dd9 commit 9629181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (l *List) MinSize() fyne.Size {
return l.BaseWidget.MinSize()
}

func (l *List) refreshBase() (*listLayout, map[int]*listItem, fyne.Focusable) {
func (l *List) refreshBase() (*listLayout, map[ListItemID]*listItem, fyne.Focusable) {
if l.scroller != nil {
l.BaseWidget.Refresh()
lo := l.scroller.Content.(*fyne.Container).Layout.(*listLayout)
Expand Down

0 comments on commit 9629181

Please sign in to comment.