summaryrefslogtreecommitdiff
path: root/toolkit/andlabs/grid.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-06 20:50:00 -0500
committerJeff Carr <[email protected]>2023-04-06 20:50:00 -0500
commit27e76ebb005280db2bbbd02b0efa6d7faf4bcec7 (patch)
treeaa86dd208e05a9f088258d5cbba3d9e350f95cfd /toolkit/andlabs/grid.go
parent933a7e4df0e6a28ad06dfd60ab2928d5cdf916f9 (diff)
correctly deprecate *widget to plugins
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/grid.go')
-rw-r--r--toolkit/andlabs/grid.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/andlabs/grid.go b/toolkit/andlabs/grid.go
index 2f91c86..61dea17 100644
--- a/toolkit/andlabs/grid.go
+++ b/toolkit/andlabs/grid.go
@@ -21,7 +21,6 @@ func newGrid(a *toolkit.Action) {
c := ui.NewGrid()
newt.uiGrid = c
newt.uiControl = c
- newt.tw = a.Widget
newt.WidgetType = toolkit.Grid
newt.gridX = 0
newt.gridY = 0