This commit is contained in:
IliaDenisov
2026-03-08 10:15:34 +02:00
parent 672e4a00b4
commit e37a67bc99
4 changed files with 1 additions and 47 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ This adapter enforces:
*/
var (
blankImage = image.NewRGBA(image.Rect(0, 0, 0, 0))
blankImage image.Image = image.NewRGBA(image.Rect(0, 0, 0, 0))
)
// FyneExecutor posts functions onto the Fyne UI thread.