Skip to content

Commit

Permalink
fix artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Jul 24, 2024
1 parent 60cc90a commit 63595f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/widget.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ type Widget interface {
// ChildBackground returns the background color (Image) for given child Widget.
// By default, this is just our [styles.Style.ActualBackground] but it can be computed
// specifically for the child (e.g., for zebra stripes in [ListGrid]).
<<<<,,, ChildBackground(child Widget) image.Image
ChildBackground(child Widget) image.Image

// DirectRenderImage uploads image directly into given system.Drawer at given index
// Typically this is a drw.SetGoImage call with an [image.RGBA], or
Expand Down

0 comments on commit 63595f8

Please sign in to comment.