Skip to content

Commit

Permalink
Fix another issue with GitHub merge client
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jan 28, 2025
1 parent 4717318 commit e7b07a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/driver/common/canvas.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ func (c *Canvas) Painter() gl.Painter {

// Refresh refreshes a canvas object.
func (c *Canvas) Refresh(obj fyne.CanvasObject) {
c.refreshQueue.In(obj)
c.refreshQueue.In(obj)
async.EnsureMain(c.SetDirty)
}

Expand Down

0 comments on commit e7b07a1

Please sign in to comment.