summaryrefslogtreecommitdiff
path: root/action.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-19 18:12:30 -0600
committerJeff Carr <[email protected]>2024-01-19 18:12:30 -0600
commitd15fa1cf88cc7652b70217906155bde2c0e6f5d6 (patch)
tree32ca84651512ac0ced0ef27a93fdf70c77c32dcc /action.go
parentf48b950655f57cb02bbd754ba0043a953956f888 (diff)
work on handling Direction
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'action.go')
-rw-r--r--action.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/action.go b/action.go
index db83624..42b0fbe 100644
--- a/action.go
+++ b/action.go
@@ -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)