summaryrefslogtreecommitdiff
path: root/toolkit/andlabs/slider.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/slider.go
parent933a7e4df0e6a28ad06dfd60ab2928d5cdf916f9 (diff)
correctly deprecate *widget to plugins
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/slider.go')
-rw-r--r--toolkit/andlabs/slider.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/andlabs/slider.go b/toolkit/andlabs/slider.go
index 3f92067..821fa7b 100644
--- a/toolkit/andlabs/slider.go
+++ b/toolkit/andlabs/slider.go
@@ -9,12 +9,10 @@ import (
func (t *andlabsT) newSlider(a *toolkit.Action) *andlabsT {
var newt andlabsT
- w := a.Widget
s := ui.NewSlider(a.X, a.Y)
newt.uiSlider = s
newt.uiControl = s
- newt.tw = w
newt.WidgetType = toolkit.Slider
newt.wId = a.WidgetId