diff options
| author | Jeff Carr <[email protected]> | 2024-01-11 17:19:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-11 17:19:47 -0600 |
| commit | c4582b0b30e3020a92baf299572d8617872d45e5 (patch) | |
| tree | c678b4f165bf4db0d9975df4b360925e8e9930ca /andlabs/spinner.go | |
| parent | 4bf330767195a00de7fc0538228bcf0305143434 (diff) | |
type value any
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'andlabs/spinner.go')
| -rw-r--r-- | andlabs/spinner.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/andlabs/spinner.go b/andlabs/spinner.go index bab7a29..6b4fec1 100644 --- a/andlabs/spinner.go +++ b/andlabs/spinner.go @@ -13,7 +13,7 @@ func (p *node) newSpinner(n *node) { newt.uiControl = s s.OnChanged(func(s *ui.Spinbox) { - n.I = newt.uiSpinbox.Value() + n.value = newt.uiSpinbox.Value() n.doUserEvent() }) |
