Skip to content

Commit

Permalink
add missing doc, sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Apr 9, 2020
1 parent 6b0ff02 commit 65cc8fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions widget/form.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func (f *Form) MinSize() fyne.Size {
return f.BaseWidget.MinSize()
}

// Refresh updates the widget state when requestedgit d.
func (f *Form) Refresh() {
f.BaseWidget.Refresh()
canvas.Refresh(f) // refresh ourselves for BG color - the above updates the content
Expand Down

0 comments on commit 65cc8fe

Please sign in to comment.