cleanup
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user