summaryrefslogtreecommitdiff
path: root/toolkit/andlabs/image.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-27 12:55:11 -0500
committerJeff Carr <[email protected]>2023-04-27 12:55:11 -0500
commit6f441738061b0528e86183402474ddb1cdf3c77a (patch)
treeaf5b38556b1dd9dd3fd17e517608669b26d55a05 /toolkit/andlabs/image.go
parent253dcb012f6d4fc861e6fc9a66fd2c7260ead442 (diff)
andlabs: more cleanupsv0.8.5
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/image.go')
-rw-r--r--toolkit/andlabs/image.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolkit/andlabs/image.go b/toolkit/andlabs/image.go
index 0b1f785..a565376 100644
--- a/toolkit/andlabs/image.go
+++ b/toolkit/andlabs/image.go
@@ -9,9 +9,8 @@ import (
func (p *node) newImage(n *node) {
newt := new(andlabsT)
var img *ui.Image
- newt.Name = n.Name
- log(debugToolkit, "rawImage() create", newt.Name)
+ log(debugToolkit, "rawImage() create", n.Name)
img = ui.NewImage(16, 16)