From 841e6252c95244f0ee7faf2c01d33f69a8ab483a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 17 Jan 2024 21:31:49 -0600 Subject: common tree package for toolkits This update provides *lots* of toolkit updates. This will allow the next step of debugging the gocui toolkit to make it work again. There are new common routines for handling the plugin channel communication Signed-off-by: Jeff Carr --- andlabs/image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'andlabs/image.go') diff --git a/andlabs/image.go b/andlabs/image.go index f5cf941..badd8b4 100644 --- a/andlabs/image.go +++ b/andlabs/image.go @@ -16,7 +16,7 @@ func (p *node) newImage(n *node) { // newt.uiControl = img n.tk = newt - p.place(n) + // p.place(n) } /* if (a.Name == "image") { -- cgit v1.2.3