From 27e76ebb005280db2bbbd02b0efa6d7faf4bcec7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Apr 2023 20:50:00 -0500 Subject: correctly deprecate *widget to plugins Signed-off-by: Jeff Carr --- toolkit/andlabs/structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/andlabs/structs.go') diff --git a/toolkit/andlabs/structs.go b/toolkit/andlabs/structs.go index 4ab83a2..0216407 100644 --- a/toolkit/andlabs/structs.go +++ b/toolkit/andlabs/structs.go @@ -20,7 +20,7 @@ type andlabsT struct { Width int Height int - tw *toolkit.Widget + // tw *toolkit.Widget parent *andlabsT uiControl ui.Control -- cgit v1.2.3