summaryrefslogtreecommitdiff
path: root/toolkit/andlabs/image.go
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/andlabs/image.go')
-rw-r--r--toolkit/andlabs/image.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/andlabs/image.go b/toolkit/andlabs/image.go
index cbb29cb..a3d1cb6 100644
--- a/toolkit/andlabs/image.go
+++ b/toolkit/andlabs/image.go
@@ -12,7 +12,7 @@ func newImage(a *toolkit.Action) {
w := a.Widget
log(debugToolkit, "newImage()", w.Name)
- t := andlabs[a.WhereId]
+ t := andlabs[a.ParentId]
if (t == nil) {
log(debugToolkit, "newImage() toolkit struct == nil. name=", w.Name)
listMap(debugToolkit)