Skip to content

Commit

Permalink
Fix incorrect generation of async queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Dec 26, 2023
1 parent e765d9a commit f72dcc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/async/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ func main() {
Type: "fyne.CanvasObject",
Name: "CanvasObject",
Imports: `import (
"sync/atomic"
"fyne.io/fyne/v2"
)`,
},
Expand Down
2 changes: 2 additions & 0 deletions internal/async/queue_pure_canvasobject.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f72dcc0

Please sign in to comment.