Skip to content

Commit a8c9fea

Browse files
committed
debugui: bug fix: vet error
1 parent 015e22d commit a8c9fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

button.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func (c *Context) spinButtons() (up, down EventHandler) {
4343
upID := c.idFromString("up")
4444
downID := c.idFromString("down")
4545
c.GridCell(func(bounds image.Rectangle) {
46-
c.setGridLayout(nil, []int{-1, -1})
46+
c.SetGridLayout(nil, []int{-1, -1})
4747
up = c.wrapEventHandlerAndError(func() (EventHandler, error) {
4848
var e EventHandler
4949
var err error

0 commit comments

Comments
 (0)