Skip to content

Commit

Permalink
Checkbox was changing image resource without calling Refresh.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric BAIL committed Mar 2, 2023
1 parent 5a42d9e commit e23c69f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions widget/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func (c *checkRenderer) updateResource() {
c.bg.FillColor = color.Transparent
}
c.icon.Resource = res
c.icon.Refresh()
}

func (c *checkRenderer) updateFocusIndicator() {
Expand Down

0 comments on commit e23c69f

Please sign in to comment.