Skip to content

Commit

Permalink
Update widget/list.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Alzén <[email protected]>
  • Loading branch information
SMQuazi and Jacalz authored Jul 9, 2023
1 parent a95be46 commit c7bafe1
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 @@ -95,7 +95,7 @@ func (l *List) MinSize() fyne.Size {

// RefreshItem refreshes a single item, specified by the item ID passed in.
//
// Since 2.4
// Since: 2.4
func (l *List) RefreshItem(id ListItemID) {
if l.scroller == nil {
return
Expand Down

0 comments on commit c7bafe1

Please sign in to comment.