diff options
| author | Jeff Carr <[email protected]> | 2024-01-19 18:12:30 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-19 18:12:30 -0600 |
| commit | d15fa1cf88cc7652b70217906155bde2c0e6f5d6 (patch) | |
| tree | 32ca84651512ac0ced0ef27a93fdf70c77c32dcc /action.go | |
| parent | f48b950655f57cb02bbd754ba0043a953956f888 (diff) | |
work on handling Direction
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'action.go')
| -rw-r--r-- | action.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -231,6 +231,7 @@ func processAction(a *widget.Action) { case widget.Set: setText(n, a) case widget.SetText: + log.Warn("andlabs SetText wid =", n.WidgetId, n.State.Value, a.State.Value) setText(n, a) case widget.AddText: addText(n, a) |
