diff options
| author | Jeff Carr <[email protected]> | 2023-04-06 20:50:00 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-06 20:50:00 -0500 |
| commit | 27e76ebb005280db2bbbd02b0efa6d7faf4bcec7 (patch) | |
| tree | aa86dd208e05a9f088258d5cbba3d9e350f95cfd /toolkit/andlabs/spinner.go | |
| parent | 933a7e4df0e6a28ad06dfd60ab2928d5cdf916f9 (diff) | |
correctly deprecate *widget to plugins
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/spinner.go')
| -rw-r--r-- | toolkit/andlabs/spinner.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/andlabs/spinner.go b/toolkit/andlabs/spinner.go index cfc1e67..fe2ac15 100644 --- a/toolkit/andlabs/spinner.go +++ b/toolkit/andlabs/spinner.go @@ -9,13 +9,10 @@ import ( func (t *andlabsT) newSpinner(a *toolkit.Action) *andlabsT { var newt andlabsT - w := a.Widget - // log(debugToolkit, "newSpinner()", w.X, w.Y) s := ui.NewSpinbox(a.X, a.Y) newt.uiSpinbox = s newt.uiControl = s - newt.tw = w newt.wId = a.WidgetId newt.WidgetType = toolkit.Spinner |
